| /xsrc/external/mit/brotli/dist/c/enc/ |
| 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, with the property that the pai [all...] |
| block_splitter_inc.h | 210 HistogramPair* pairs = BROTLI_ALLOC(m, HistogramPair, pairs_capacity); 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/ |
| 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(regvals) d [all...] |
| 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/ |
| cmsColNm.c | 95 static XcmsPair *pairs; variable 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/MesaLib/dist/src/panfrost/bifrost/ |
| 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) 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) 1502 uint64_t tmp_pair = pairs[i + 0] [all...] |
| /xsrc/external/mit/twm/dist/ |
| ylwrap | 85 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/xgc/dist/ |
| ylwrap | 85 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| ylwrap | 56 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/xkbcomp/dist/ |
| ylwrap | 81 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/xkbevd/dist/ |
| ylwrap | 81 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/xorg-server/dist/ |
| ylwrap | 81 Any number of OUTPUT,DESIRED pairs may be used.
|
| /xsrc/external/mit/libXt/dist/src/ |
| Selection.c | 1150 IndirectPair *pairs = NULL; local 1155 &bytesafter, (unsigned char **) &pairs) 1160 XFree(pairs); 1429 IndirectPair *pairs = NULL, *p; local 1434 &length, &bytesafter, (unsigned char **) &pairs) 1437 for (length = length / IndirectPairWordSize, p = pairs, 1454 XFree((char *) pairs); 1701 IndirectPair *pairs; local 1758 pairs = XtMallocArray ((Cardinal) count + 1, 1760 for (p = &pairs[count - 1], t = &targets[count - 1], i = count - 1 [all...] |
| 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/ |
| 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) {
|
| 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 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[i] == atom) 4000 LispObj **pairs; local [all...] |
| 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 */
|
| bytecode.c | 3479 pack->glb.pairs[pack->glb.length++] = atom->object;
|
| /xsrc/external/mit/xterm/dist/unicode/ |
| convmap.pl | 110 * The array keysymtab[] contains pairs of X11 keysym values for graphical
|