Searched refs:iff (Results 1 - 13 of 13) sorted by relevance

/external/libpcap/
H A Dpcap-sita.c84 pcap_if_t *iff; local
90 iff = acn_if_list;
91 while (iff) {
92 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name);
93 iff = iff->next;
95 iff = acn_if_list;
97 while (iff) {
125 pcap_if_t *iff; local
386 pcap_if_t *iff, *next_iff; local
565 pcap_if_t *iff, *prev_iff; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_reader.cpp450 ir_if *iff = new(mem_ctx) ir_if(condition); local
452 read_instructions(&iff->then_instructions, s_then, loop_ctx);
453 read_instructions(&iff->else_instructions, s_else, loop_ctx);
455 delete iff;
456 iff = NULL;
458 return iff;
/external/mesa3d/src/glsl/
H A Dir_reader.cpp450 ir_if *iff = new(mem_ctx) ir_if(condition); local
452 read_instructions(&iff->then_instructions, s_then, loop_ctx);
453 read_instructions(&iff->else_instructions, s_else, loop_ctx);
455 delete iff;
456 iff = NULL;
458 return iff;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc550 // Size can be 0 iff type is NONE.
H A Dsanitizer_common_interceptors.inc2348 // \0 character. They write it iff they clear *src.
/external/bison/data/
H A Dyacc.c87 # Expand ARG iff yyerror is to be given a location as argument.
1043 /* Given the stack whose top is *YYSSP, return 0 iff YYTOKEN can
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dx86inc.asm783 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm893 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm783 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm872 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/external/bison/build-aux/
H A Dtexinfo.tex4211 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
4230 % @ifclear VAR ... @end executes the `...' iff VAR has never been

Completed in 478 milliseconds