Searched defs:iff (Results 1 - 5 of 5) sorted by relevance

/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/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/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/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 ...

Completed in 157 milliseconds