| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_flow.c | 81 * Begin a "skip" block. Inside this block we can test a condition and 82 * skip to the end of the block if the condition is false. 85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip, argument 88 skip->gallivm = gallivm; 90 skip->block = lp_build_insert_new_block(gallivm, "skip"); 96 * skip block if the condition is true. 99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip, argument 104 new_block = lp_build_insert_new_block(skip->gallivm, ""); 106 /* if cond is true, goto skip 114 lp_build_flow_skip_end(struct lp_build_skip_context * skip) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_opt_copy_prop.c | 59 bool skip = false; local in function:midgard_opt_copy_prop 78 skip = true; 84 if (skip)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_flow.c | 81 * Begin a "skip" block. Inside this block we can test a condition and 82 * skip to the end of the block if the condition is false. 85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip, argument 88 skip->gallivm = gallivm; 90 skip->block = lp_build_insert_new_block(gallivm, "skip"); 96 * skip block if the condition is true. 99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip, argument 104 new_block = lp_build_insert_new_block(skip->gallivm, ""); 106 /* if cond is true, goto skip 114 lp_build_flow_skip_end(struct lp_build_skip_context * skip) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_alpha_to_coverage.c | 90 goto skip; 142 goto skip; 151 goto skip; 181 skip:
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | bufio.h | 47 int (*skip)( BufFilePtr /* f */, int /* count */); member in struct:_buffile 73 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | bufio.h | 47 int (*skip)( BufFilePtr /* f */, int /* count */); member in struct:_buffile 73 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | cffdump.c | 105 "\t it only for the first tile and skip the remainder,\n" 262 bool skip = false; local in function:handle_file 326 skip = false; 328 skip |= (strstr(buf, exename) != buf); 330 skip |= (strstr(buf, "fdperf") == buf); 331 skip |= (strstr(buf, "chrome") == buf); 332 skip |= (strstr(buf, "surfaceflinger") == buf); 333 skip |= ((char *)buf)[0] == 'X'; 360 if (!skip) {
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bufio.h | 47 int (*skip)(BufFilePtr /* f */ , int /* count */ ); member in struct:_buffile 70 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
|
| H A D | bufio.c | 46 int (*skip)(BufFilePtr, int), 59 f->skip = skip; 43 BufFileCreate(char * private,int (* input)(BufFilePtr),int (* output)(int,BufFilePtr),int (* skip)(BufFilePtr,int),int (* close)(BufFilePtr,int)) argument
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | listdev.c | 348 Bool *skip; local in function:ProcXListInputDevices 360 /* allocate space for saving skip value */ 361 skip = calloc(sizeof(Bool), inputInfo.numDevices); 362 if (!skip) 365 /* figure out which devices to skip */ 368 skip[i] = ShouldSkipDevice(client, d); 369 if (skip[i]) 377 skip[i] = ShouldSkipDevice(client, d); 378 if (skip[i]) 396 if (skip[ [all...] |
| H A D | xiquerydevice.c | 74 Bool *skip = NULL; local in function:ProcXIQueryDevice 91 skip = calloc(sizeof(Bool), inputInfo.numDevices); 92 if (!skip) 97 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev); 98 if (!skip[i]) 104 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev); 105 if (!skip[i]) 112 free(skip); 136 if (!skip[i]) 148 if (!skip[ [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | listdev.c | 339 Bool *skip; local in function:ProcXListInputDevices 352 /* allocate space for saving skip value */ 353 skip = calloc(sizeof(Bool), inputInfo.numDevices); 354 if (!skip) 357 /* figure out which devices to skip */ 360 skip[i] = ShouldSkipDevice(client, d); 361 if (skip[i]) 369 skip[i] = ShouldSkipDevice(client, d); 370 if (skip[i]) 388 if (skip[ [all...] |
| H A D | xiquerydevice.c | 76 Bool *skip = NULL; local in function:ProcXIQueryDevice 91 skip = calloc(sizeof(Bool), inputInfo.numDevices); 92 if (!skip) 96 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev); 97 if (!skip[i]) 102 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev); 103 if (!skip[i]) 110 free(skip); 133 if (!skip[i]) { 143 if (!skip[ [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_common.h | 154 unsigned short skip; /* vertex format (skip flags) */ member in struct:drmSAVAGECmdHeader::__anon1e256b680708 161 unsigned short skip; member in struct:drmSAVAGECmdHeader::__anon1e256b680808
|
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | eventcomm-test.c | 281 int j, skip = 0; local in function:test_ignore_hw_state 285 skip = 1; 290 if (skip) 297 int j, skip = 0; local in function:test_ignore_hw_state 301 skip = 1; 306 if (skip)
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | backward_references_hq.c | 631 size_t skip = UpdateNodes(num_bytes, position, i, ringbuffer, local in function:ZopfliIterate 634 if (skip < BROTLI_LONG_COPY_QUICK_STEP) skip = 0; 638 skip = BROTLI_MAX(size_t, 639 BackwardMatchLength(&matches[cur_match_pos - 1]), skip); 641 if (skip > 1) { 642 skip--; 643 while (skip) { 649 skip--; 685 size_t skip; local in function:BrotliZopfliComputeShortestPath 793 const size_t skip = match_len - 1; local in function:BrotliCreateHqZopfliBackwardReferences [all...] |
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | bufio.c | 46 int (*skip)(BufFilePtr, int), 59 f->skip = skip; 43 BufFileCreate(char * private,int (* input)(BufFilePtr),int (* output)(int,BufFilePtr),int (* skip)(BufFilePtr,int),int (* close)(BufFilePtr,int)) argument
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | bufio.c | 47 int (*skip)(BufFilePtr, int), 60 f->skip = skip; 44 BufFileCreate(char * private,int (* input)(BufFilePtr),int (* output)(int,BufFilePtr),int (* skip)(BufFilePtr,int),int (* close)(BufFilePtr,int)) argument
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XlibAsync.c | 138 int skip, /* number of bytes already read in previous 141 int discardtotal) /* min. bytes to consume (after skip) */ 143 buf += skip; 144 len -= skip; 133 _XGetAsyncData(Display * dpy,char * data,char * buf,int len,int skip,int datalen,int discardtotal) argument
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | savage_drm.h | 193 unsigned short skip; /* vertex format (skip flags) */ member in struct:drm_savage_cmd_header::__anon56c06a760408 200 unsigned short skip; member in struct:drm_savage_cmd_header::__anon56c06a760508
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrpointer.c | 52 * Find the CRTC nearest the specified position, ignoring 'skip' 55 RRPointerToNearestCrtc (DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y, RRCrtcPtr skip) argument 73 if (crtc == skip)
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrpointer.c | 52 * Find the CRTC nearest the specified position, ignoring 'skip' 56 RRCrtcPtr skip) 73 if (crtc == skip) 55 RRPointerToNearestCrtc(DeviceIntPtr pDev,ScreenPtr pScreen,int x,int y,RRCrtcPtr skip) argument
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccache.c | 503 * The head of the skip list; pointers for every possible level 504 * in the skip list, plus the largest level in the list 776 FcCacheSkip *skip = FcCacheFindByAddr (object); local in function:FcCacheObjectReference 778 if (skip) 779 FcRefInc (&skip->ref); 785 FcCacheSkip *skip; local in function:FcCacheObjectDereference 788 skip = FcCacheFindByAddrUnlocked (object); 789 if (skip) 791 if (FcRefDec (&skip->ref) == 1) 792 FcDirCacheDisposeUnlocked (skip 800 FcCacheSkip *skip; local in function:FcCacheAllocate 1055 FcCacheSkip *skip = FcCacheFindByAddr (cache); local in function:FcDirCacheReference 1385 FcCacheSkip *skip; local in function:FcDirCacheWrite [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 10-scale-bitmap-fonts.conf | 22 For non-scalable bitmap fonts (ie. non-color), skip
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_shader_args.h | 63 bool skip; member in struct:ac_shader_args::__anon866fc0910108
|