| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 068-accidental-pasting.c | 1 #define empty macro 2 <empty< 3 <empty= 4 >empty> 5 >empty= 6 =empty= 7 !empty= 8 &empty& 9 |empty| 10 +empty [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 068-accidental-pasting.c | 1 #define empty macro 2 <empty< 3 <empty= 4 >empty> 5 >empty= 6 =empty= 7 !empty= 8 &empty& 9 |empty| 10 +empty [all...] |
| /xsrc/external/mit/imake/dist/ |
| cleanlinks | 5 # Remove dangling symlinks and empty directories from a shadow link tree 23 echo Removing empty directories ... 25 find . -depth -type d -empty -print -exec rmdir {} \;
|
| mkhtmlindex.pl | 31 $empty = "yes"; 72 undef $empty; 97 if (defined $empty) { 98 # print "Removing empty $indexname\n";
|
| /xsrc/external/mit/xterm/dist/package/pkgsrc/ |
| options.mk | 9 .if !empty(PKG_OPTIONS:Mdebug) 12 .elif defined(PKG_DEVELOPER) && !empty(PKG_DEVELOPER:M[Yy][Ee][Ss]) 16 .if !empty(PKG_OPTIONS:Mfreetype) 28 .if !empty(PKG_OPTIONS:Mpcre) 34 .if !empty(PKG_OPTIONS:Mluit) 41 .if !empty(PKG_OPTIONS:Mxpm) 47 .if !empty(PKG_OPTIONS:Mxterm-toolbar)
|
| /xsrc/external/mit/libXau/dist/ |
| Autest.c | 40 char empty[] = ""; local 60 test_data.address = empty; 62 test_data.number = empty;
|
| /xsrc/external/mit/xmag/dist/ |
| RootWinP.h | 38 int empty; member in struct:__anon9737
|
| /xsrc/external/mit/libdrm/dist/ |
| Android.sources.bp.mk | 12 empty := macro 13 indent := $(empty) $(empty)
|
| /xsrc/external/mit/freetype/dist/builds/ |
| detect.mk | 114 $(info $(empty) platform $(PLATFORM)) 115 $(info $(empty) compiler $(CC)) 116 $(info $(empty) configuration directory $(subst /,$(SEP),$(BUILD_DIR))) 117 $(info $(empty) configuration rules $(subst /,$(SEP),$(CONFIG_RULES)))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_dump.cpp | 58 if (!n.empty()) { 62 if (!n.dst.empty()) { 72 if (!n.empty()) { 75 if (!n.src.empty()) { 133 if (!n.empty()) { 142 if (!n.empty()) { 178 if (!n.live_after.empty()) { 185 return n.src.empty(); 209 if (!n.vars_defined.empty()) { 237 sblog << (n.empty() ? " " : " after { ") [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_dump.cpp | 58 if (!n.empty()) { 62 if (!n.dst.empty()) { 72 if (!n.empty()) { 75 if (!n.src.empty()) { 133 if (!n.empty()) { 142 if (!n.empty()) { 178 if (!n.live_after.empty()) { 185 return n.src.empty(); 209 if (!n.vars_defined.empty()) { 237 sblog << (n.empty() ? " " : " after { ") [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| queue.cpp | 72 if (!queued_events.empty()) { 75 while (!queued_events.empty() && 98 if (!queued_events.empty())
|
| property.hpp | 148 if (!r.empty()) 160 if (!r.empty()) 172 if (!r.empty()) 185 if (!r.empty())
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_form_hard_clauses.cpp | 47 for (; (start < num_instrs) && instrs[start]->definitions.empty(); start++) 51 for (; (end < num_instrs) && !instrs[end]->definitions.empty(); end++) 80 if (instr->isVMEM() && !instr->operands.empty()) { 90 } else if (instr->isSMEM() && !instr->operands.empty()) {
|
| /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/ |
| utils.rb | 59 if hash.empty?
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| platform.cpp | 60 if (!extensions_string.empty()) 65 if (!extensions_string.empty())
|
| property.hpp | 148 if (!r.empty()) 160 if (!r.empty()) 172 if (!r.empty()) 185 if (!r.empty())
|
| queue.cpp | 103 if (!queued_events.empty()) { 106 while (!queued_events.empty() && 147 if (!queued_events.empty())
|
| /xsrc/external/mit/freetype/dist/builds/windows/ |
| detect.mk | 103 $(info $(empty) make setup gcc (with Mingw)) 104 $(info $(empty) make setup visualc Microsoft Visual C++) 105 $(info $(empty) make setup bcc32 Borland C/C++) 106 $(info $(empty) make setup lcc Win32-LCC) 107 $(info $(empty) make setup intelc Intel C/C++)
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| struct.c | 165 int empty; local 167 empty = 1; 171 empty = 0; 175 if(empty) 181 empty = 1; 185 empty = 0; 189 if(empty) 195 empty = 1; 199 empty = 0; 203 if(empty) { [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| KeysymStr.c | 107 XrmQuark empty = NULLQUARK; local 116 (void)XrmEnumerateDatabase(keysymdb, &empty, &empty, XrmEnumAllLevels,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_conditionaljumptracker.cpp | 112 if (impl->m_jump_stack.empty()) 128 if (impl->m_jump_stack.empty()) { 129 sfn_log << "Jump stack empty\n"; 135 if (impl->m_loop_stack.empty()) { 136 sfn_log << "Loop jump stack empty\n"; 168 auto src = mid.empty() ? start : mid[0];
|
| /xsrc/external/mit/xbiff/dist/ |
| MailboxP.h | 76 } full, empty; member in struct:__anon6548
|
| Mailbox.c | 154 offset (empty.bitmap), XtRString, "flagdown" }, 156 offset (empty.mask), XtRBitmap, (XtPointer) &nopix }, 263 w->mailbox.empty.pixmap = None; 380 if (w->mailbox.empty.bitmap == None) { 381 w->mailbox.empty.bitmap = 386 w->mailbox.empty.pixmap = make_pixmap (dpy, w, w->mailbox.empty.bitmap, 388 &w->mailbox.empty.width, 389 &w->mailbox.empty.height); 395 if (w->mailbox.empty.mask == None && w->mailbox.full.mask == None [all...] |
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| pps_device.cc | 30 /// @return The name of a DRM device, empty string in case of error 54 if (name.empty()) { 138 return !name.empty();
|