Home
last modified time | relevance | path

Searched refs:ifs (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsignal.c168 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 Dminstate.h249 #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 Dtraps.c233 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 Dhead.S271 mov cr.ifs=r0
920 mov cr.ifs=r0
971 mov cr.ifs=r0
1100 mov cr.ifs=r0;;
H A Drelocate_kernel.S49 mov cr.ifs=r0
H A Dmca_asm.S977 mov cr.ifs=r0
1117 mov cr.ifs = r0
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_router_ipv4_user.c124 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 Dremap_backend.cpp39 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 Drt2x00queue.h305 enum ifs ifs; member
H A Drt2x00reg.h80 enum ifs { enum
H A Drt2x00queue.c244 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 Dfpswa.h60 unsigned long *ifs, fp_state_t *fp_state);
H A Dmca.h114 unsigned long ifs; member
H A Dmca_asm.h128 mov cr.ifs = r0; \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dcac_adaptor.cpp320 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 Daoeblk.c74 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 Daoecmd.c163 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 Daoedev.c505 for (ifp = t->ifs; ifp < &t->ifs[NAOEIFS]; ++ifp) { in freetgt()
H A Daoe.h143 struct aoeif ifs[NAOEIFS]; member
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc.h61 unsigned ifs : 4; /* Incomplete-Function Status */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h235 unsigned char ifs; /* inter frame spacing */ member
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/native/
H A Dinst.h54 (pred) mov cr.ifs = reg
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0001-Define-__SWORD_TYPE-if-undefined.patch100 * The "GOLDEN_RATIO_PRIME" is used in ifs/btrfs/brtfs_inode.h and
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c292 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 Dcodegen.py561 if node.ifs:
562 for if_ in node.ifs:

12