| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | signal.c | 168 unsigned long flags = 0, ifs, cfm, nat; in setup_sigcontext() local 171 ifs = scr->pt.cr_ifs; in setup_sigcontext() 175 if ((ifs & (1UL << 63)) == 0) in setup_sigcontext() 178 cfm = ifs & ((1UL << 38) - 1); in setup_sigcontext()
|
| H A D | minstate.h | 249 #define SAVE_MIN_WITH_COVER DO_SAVE_MIN(COVER, mov r30=cr.ifs, , RSE_WORKAROUND) 250 #define SAVE_MIN_WITH_COVER_R19 DO_SAVE_MIN(COVER, mov r30=cr.ifs, mov r15=r19, RSE_WORKAROUND)
|
| H A D | traps.c | 233 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() argument 266 (unsigned long *) ifs, &fp_state); in fp_emulate()
|
| H A D | head.S | 271 mov cr.ifs=r0 920 mov cr.ifs=r0 971 mov cr.ifs=r0 1100 mov cr.ifs=r0;;
|
| H A D | relocate_kernel.S | 49 mov cr.ifs=r0
|
| H A D | mca_asm.S | 977 mov cr.ifs=r0 1117 mov cr.ifs = r0
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 124 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 179 sprintf(ifs, "%u", in read_route() 193 route.iface = atoi(ifs); in read_route() 306 memset(ifs, 0, sizeof(ifs)); in read_route()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | remap_backend.cpp | 39 std::ifstream ifs(path, std::ios::binary); in ReadBinary() local 40 if (!ifs.is_open()) { in ReadBinary() 44 ifs.read(reinterpret_cast<char*>(buf), size); in ReadBinary()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00queue.h | 305 enum ifs ifs; member
|
| H A D | rt2x00reg.h | 80 enum ifs { enum
|
| H A D | rt2x00queue.c | 244 txdesc->u.plcp.ifs = IFS_BACKOFF; in rt2x00queue_create_tx_descriptor_plcp() 246 txdesc->u.plcp.ifs = IFS_SIFS; in rt2x00queue_create_tx_descriptor_plcp()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | fpswa.h | 60 unsigned long *ifs, fp_state_t *fp_state);
|
| H A D | mca.h | 114 unsigned long ifs; member
|
| H A D | mca_asm.h | 128 mov cr.ifs = r0; \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/ |
| H A D | cac_adaptor.cpp | 320 std::ifstream ifs(cac_map_path, std::ios::binary); local 321 if (!ifs.is_open()) { 333 ifs.read(addr0, size); 363 ifs.read(addr0 + (i * line_offset), line_offset); 367 ifs.read(addr1 + (i * line_size) + line_offset, line_size - line_offset);
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoeblk.c | 74 ifp = (*t)->ifs; in aoedisk_show_netif() 144 ifp = (*t)->ifs; in aoedisk_debugfs_show() 145 ife = ifp + ARRAY_SIZE((*t)->ifs); in aoedisk_debugfs_show()
|
| H A D | aoecmd.c | 163 if (ifp >= &t->ifs[NAOEIFS] || ifp->nd == NULL) in ifrotate() 164 ifp = t->ifs; in ifrotate() 530 p = t->ifs; in getif() 546 e = t->ifs + NAOEIFS - 1; in ejectif() 803 && (ifp != t->ifs || t->ifs[1].nd)) { in rexmit_timer() 1460 t->ifp = t->ifs; in addtgt() 1498 p = t->ifs; in setifbcnt()
|
| H A D | aoedev.c | 505 for (ifp = t->ifs; ifp < &t->ifs[NAOEIFS]; ++ifp) { in freetgt()
|
| H A D | aoe.h | 143 struct aoeif ifs[NAOEIFS]; member
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc.h | 61 unsigned ifs : 4; /* Incomplete-Function Status */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | sun3_82586.h | 235 unsigned char ifs; /* inter frame spacing */ member
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/native/ |
| H A D | inst.h | 54 (pred) mov cr.ifs = reg
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0001-Define-__SWORD_TYPE-if-undefined.patch | 100 * The "GOLDEN_RATIO_PRIME" is used in ifs/btrfs/brtfs_inode.h and
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 292 static uchar *ifs; variable 2915 sep[0]=ifs[0]; 3160 ifs = (uchar *)env_get("IFS"); 3161 if (ifs == NULL) ifs=(uchar *)" \t\n"; 3180 mapset(ifs, 2); /* also flow through if quoted */ 3399 ifs = NULL;
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | codegen.py | 561 if node.ifs: 562 for if_ in node.ifs:
|