Searched refs:no_op (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcod.c89 static bool no_op(void);
239 zl_attrs.alloc = (dbll_alloc_fxn) no_op;
240 zl_attrs.free = (dbll_free_fxn) no_op;
522 new_attrs.alloc = (dbll_alloc_fxn) no_op;
523 new_attrs.free = (dbll_free_fxn) no_op;
644 * ======== no_op ========
649 static bool no_op(void) function
H A Ddbll.c139 static s32 no_op(struct dynamic_loader_initialize *thisptr, void *bufr,
676 /* Do a fake load to get symbols - set write func to no_op */
677 zl_lib->init.dl_init.writemem = no_op;
950 * ======== no_op ========
952 static int no_op(struct dynamic_loader_initialize *thisptr, void *bufr, function
1467 if ((lib->target_obj->attrs.write) != (dbll_write_fxn) no_op)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c398 no_op = 0,
693 case no_op:
694 printf ("/no_op");
3370 case no_op:
4293 case no_op:
4294 DEBUG_PRINT1 ("EXECUTING no_op.\n");
4745 /* We need to skip no_op's before we look for the
4749 while (p1 < pend && (re_opcode_t) *p1 == no_op)
5022 DEBUG_PRINT2 (" Setting two bytes from %p to no_op.\n", p+2);
5024 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op
395 no_op = 0, enumerator in enum:__anon7609
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c403 no_op = 0,
782 case no_op:
783 printf ("/no_op");
4741 case no_op:
5744 REF (no_op),
6211 CASE (no_op):
6212 DEBUG_PRINT1 ("EXECUTING no_op.\n");
7037 /* We need to skip no_op's before we look for the
7041 while (p1 < pend && (re_opcode_t) *p1 == no_op)
7325 DEBUG_PRINT2 (" Setting two bytes from %p to no_op
399 no_op = 0, enumerator in enum:__anon6653
[all...]

Completed in 121 milliseconds