| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | cluster_inc.h | 13 it is below a threshold, stores the pair (idx1, idx2) in the *pairs queue. */ 16 uint32_t idx2, size_t max_num_pairs, HistogramPair* pairs, 44 BROTLI_MAX(double, 0.0, pairs[0].cost_diff); 56 if (*num_pairs > 0 && HistogramPairIsLess(&pairs[0], &p)) { 59 pairs[*num_pairs] = pairs[0]; 62 pairs[0] = p; 64 pairs[*num_pairs] = p; 74 HistogramPair* pairs, 84 /* We maintain a vector of histogram pairs, wit [all...] |
| H A D | block_splitter_inc.h | 210 HistogramPair* pairs = BROTLI_ALLOC(m, HistogramPair, pairs_capacity); local in function:FN 225 BROTLI_IS_NULL(pairs)) { 260 histograms, sizes, symbols, new_clusters, pairs, num_to_combine, 284 BROTLI_FREE(m, pairs); 285 pairs = BROTLI_ALLOC(m, HistogramPair, max_num_pairs + 1); 286 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(pairs)) return; 295 all_histograms, cluster_size, histogram_symbols, clusters, pairs, 298 BROTLI_FREE(m, pairs);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | analyze.lua | 40 for k,v in pairs(tbl) do 113 for testname,test in pairs(gpu["tests"]) do 115 for didx,draw in pairs(test["draws"]) do 127 for idx,draw in pairs(drawlist) do 140 for gpuname,gpu in pairs(results) do 147 for regbase,regvals in pairs(gpu["regvals"]) do 148 for regval,drawlist in pairs(regvals) do 164 for gpuname,gpu in pairs(results) do 166 for regbase,regvals in pairs(gpu["regvals"]) do 167 for regval,drawlist in pairs(regval [all...] |
| H A D | parse-submits.lua | 139 for base,mrt in pairs(mrts) do 163 for base,source in pairs(sources) do
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | cmsColNm.c | 95 static XcmsPair *pairs; variable in typeref:typename:XcmsPair * 285 XcmsPair *pair = pairs; 451 pair = &pairs[i]; 690 * Get pairs 774 pairs = Xcalloc(nEntries, sizeof(XcmsPair)); 775 if (strings == NULL || pairs == NULL) { 777 free(pairs); 783 ReadColornameDB(stream, pairs, strings); 789 qsort((char *)pairs, nEntries, sizeof(XcmsPair), FirstCmp);
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | README.md | 6 a list of event specification/action pairs and/or variable definitions.
|
| H A D | ylwrap | 81 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_schedule.c | 1431 uint64_t *pairs, unsigned pair_count, unsigned *pcrel_pair) 1445 bool lo = ((pairs[i] & 0xffffffff) == val); 1446 bool hi = ((pairs[i] >> 32) == val); 1465 pairs[pair_count++] = bi_merge_u32(pending_single, val, pcrel); 1483 pairs[pair_count++] = ((uint64_t) pending_single) << 32ull; 1490 bi_merge_constants(struct bi_const_state *consts, uint64_t *pairs, unsigned *pcrel_idx) argument 1492 unsigned pair_count = bi_merge_pairs(consts, 8, pairs, pcrel_idx); 1493 return bi_merge_singles(consts, 8, pairs, pair_count, pcrel_idx); 1500 bi_swap_constants(struct bi_const_state *consts, uint64_t *pairs, unsigned i) argument 1502 uint64_t tmp_pair = pairs[ 1430 bi_merge_singles(struct bi_const_state * consts,unsigned tuple_count,uint64_t * pairs,unsigned pair_count,unsigned * pcrel_pair) argument 1519 bi_apply_constant_modifiers(struct bi_const_state * consts,uint64_t * pairs,unsigned * pcrel_idx,unsigned tuple_count,unsigned constant_count) argument [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | ylwrap | 85 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | ylwrap | 85 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/twm/dist/ |
| H A D | ylwrap | 85 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftver.rc | 57 /* It consists of any number of WORD,WORD pairs, with each pair */
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | ylwrap | 56 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | ylwrap | 81 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | perf.rst | 15 pairs.
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Selection.c | 1150 IndirectPair *pairs = NULL; local in function:ReqTimedOut 1155 &bytesafter, (unsigned char **) &pairs) 1160 XFree(pairs); 1429 IndirectPair *pairs = NULL, *p; local in function:HandleSelectionReplies 1434 &length, &bytesafter, (unsigned char **) &pairs) 1437 for (length = length / IndirectPairWordSize, p = pairs, 1454 XFree((char *) pairs); 1701 IndirectPair *pairs; local in function:GetSelectionValues 1758 pairs = XtMallocArray ((Cardinal) count + 1, 1760 for (p = &pairs[coun [all...] |
| H A D | Event.c | 538 WWPair pairs; /* bogus entries */ member in struct:_WWTable 568 pair->next = tab->pairs; 571 tab->pairs = pair; 615 prev = &tab->pairs; 710 for (pair = tab->pairs; pair; pair = pair->next) { 734 tab->pairs = NULL; 743 for (pair = pd->WWtable->pairs; pair; pair = next) {
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | package.c | 765 use = cons = CONS(pack->use.pairs[i], NIL); 768 RPLACD(cons, CONS(pack->use.pairs[i], NIL)); 803 if (pack->use.pairs[i] == package) {
|
| H A D | lisp.c | 910 for (pentry = pack->glb.pairs, eentry = pentry + pack->glb.length; 3183 for (pentry = lisp__data.pack->use.pairs, 3191 LispObj **pairs = realloc(lisp__data.pack->use.pairs, local in function:LispUsePackage 3195 if (pairs == NULL) 3198 lisp__data.pack->use.pairs = pairs; 3201 lisp__data.pack->use.pairs[lisp__data.pack->use.length++] = package; 3231 lisp__data.pack->glb.pairs[lisp__data.pack->glb.length++] = symbol; 3426 if (pack->glb.pairs[ 4000 LispObj **pairs; local in function:LispMoreGlobals [all...] |
| H A D | private.h | 240 LispObj **pairs; /* name0 ... nameN */ member in struct:_LispObjList 242 int space; /* space allocated in field pairs */ 305 int length; /* number of used pairs */ 306 int space; /* number of objects in pairs */
|
| /xsrc/external/mit/xterm/dist/unicode/ |
| H A D | convmap.pl | 110 * The array keysymtab[] contains pairs of X11 keysym values for graphical
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | ccs.rst | 42 cache-line pairs. The compression state of the cache-line pair is 44 on the main surface of 16x16 sets of 128 byte Y-tiled cache-line-pairs. 65 What is the correspondence between bits and cache-line pairs? The best model I
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | ltoptions.m4 | 76 dnl If no reference was made to various pairs of opposing options, then
|
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | ltoptions.m4 | 75 dnl If no reference was made to various pairs of opposing options, then
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.9.rst | 82 shader compilation times explode when using more () pairs
|