| /xsrc/external/mit/fontconfig/dist/meson-cc-tests/ |
| solaris-atomic-operations.c | 6 void *atomic_ptr_cmpxchg (volatile void **target, void *cmp, void *newval) { return atomic_cas_ptr (target, cmp, newval); }
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| timingsafe_memcmp.c | 37 /* cmp is 1 if p1[i] > p2[i]; -1 if p1[i] < p2[i]; else 0. */ 38 int cmp = lt - gt; local 40 /* set res = cmp if !done. */ 41 res |= cmp & ~done;
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| timingsafe_memcmp.c | 37 /* cmp is 1 if p1[i] > p2[i]; -1 if p1[i] < p2[i]; else 0. */ 38 int cmp = lt - gt; local 40 /* set res = cmp if !done. */ 41 res |= cmp & ~done;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_opt_comparison_pre.c | 31 * Seaches for comparisons of the form 'a cmp b' that dominate arithmetic 164 nir_ssa_def *const cmp = zero_on_left local 187 mov_cmp->src[0].src = nir_src_for_ssa(cmp); 213 * instruction is a comparison that matches the '±a cmp ±b' pattern, add it 251 nir_alu_instr *const cmp = *a; local 253 if (cmp == NULL) 260 if ((nir_alu_srcs_equal(cmp, alu, 0, 0) && 261 nir_alu_srcs_negative_equal(cmp, alu, 1, 1)) || 262 (nir_alu_srcs_equal(cmp, alu, 0, 1) && 263 nir_alu_srcs_negative_equal(cmp, alu, 1, 0))) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_opt_comparison_pre.c | 31 * Seaches for comparisons of the form 'a cmp b' that dominate arithmetic 168 nir_ssa_def *const cmp = zero_on_left local 191 mov_cmp->src[0].src = nir_src_for_ssa(cmp); 217 * instruction is a comparison that matches the '±a cmp ±b' pattern, add it 255 nir_alu_instr *const cmp = *a; local 257 if (cmp == NULL) 264 if ((nir_alu_srcs_equal(cmp, alu, 0, 0) && 265 nir_alu_srcs_negative_equal(cmp, alu, 1, 1)) || 266 (nir_alu_srcs_equal(cmp, alu, 0, 1) && 267 nir_alu_srcs_negative_equal(cmp, alu, 1, 0))) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| rb_tree.h | 116 * \param cmp A comparison function to use to order the nodes. 120 int (*cmp)(const struct rb_node *, const struct rb_node *)) 130 left = cmp(x, node) < 0; 157 * \param cmp A comparison function to use to order the nodes 161 int (*cmp)(const struct rb_node *, const void *)) 168 int c = cmp(x, key); 193 * \param cmp A comparison function to use to order the nodes 197 int (*cmp)(const struct rb_node *, const void *)) 206 int c = cmp(x, key);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| rb_tree.h | 116 * \param cmp A comparison function to use to order the nodes. 120 int (*cmp)(const struct rb_node *, const struct rb_node *)) 130 left = cmp(node, x) < 0; 157 * \param cmp A comparison function to use to order the nodes 161 int (*cmp)(const struct rb_node *, const void *)) 168 int c = cmp(x, key); 193 * \param cmp A comparison function to use to order the nodes 197 int (*cmp)(const struct rb_node *, const void *)) 206 int c = cmp(x, key);
|
| /xsrc/external/mit/bitmap/dist/test/ |
| round-trip-test.in | 19 cmp bma.out bma.out.2
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| check-missing-doc | 17 if cmp $doc $header > /dev/null; then
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| mpr.c | 313 int cmp; local 318 cmp = mpr_docmp(op1, &rat, 1); 321 return (cmp); 333 int cmp; local 338 cmp = mpr_docmp(op1, &rat, 0); 341 return (cmp); 347 int cmp, neg; local 368 cmp = mpi_cmpabs(mpr_num(op1), mpr_num(op2)); 369 if (cmp == 0) 372 return (cmp < 0 ? 1 : -1) [all...] |
| mpi.c | 389 long cmp; /* check for larger operator */ local 391 cmp = mpi_cmpabs(op1, op2); 392 if (cmp == 0) { 403 if (cmp > 0) { 804 long cmp; local 808 cmp = mpi_cmpabs(num, den); 811 if (cmp == 0 || (num->size == 1 && num->digs[0] == 0)) { 827 if (cmp > 0) { 945 long bits, cmp; local 1000 cmp = mpi_cmpabs(r, ") 1037 long bits, cmp; local 1353 long i, cmp = 0; local 1368 long cmp; local 1389 long i, cmp = 0; local 1404 unsigned long cmp; local [all...] |
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| ffb_asm.s | 73 cmp %g0, 0 98 cmp %g0, 1 123 cmp %o2, %o3 /* IEU1 */ 149 9: cmp %o2, %o3 /* IEU1 Group */ 171 cmp %o2, %o3 /* IEU0 */ 190 9: cmp %o2, %o3 /* IEU1 */ 208 cmp %o2, %o3 /* IEU1 */ 227 9: cmp %o2, %o3 /* IEU1 Group */ 245 cmp %o2, %o3 /* IEU1 */ 264 cmp %o2, %o3 /* IEU1 * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_nir_lower_texcmp.c | 103 nir_ssa_def *cmp = tex->src[comp_index].src.ssa; local 107 cmp = nir_fmul(b, cmp, nir_frcp(b, tex->src[proj_index].src.ssa)); 113 cmp, tex_r);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_format.h | 22 unsigned cmp; member in struct:nv30_texfmt::__anon1407
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_format.h | 22 unsigned cmp; member in struct:nv30_texfmt::__anon3844
|
| /xsrc/external/mit/libXpm/dist/src/ |
| rgb.c | 213 int cmp; local 250 cmp = xpmstrcasecmp(name, theRGBRecords[middle].name); 251 if (cmp == 0) { 258 } else if (cmp < 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_nir_lower_multiview.c | 55 nir_ssa_def *cmp = local 60 nir_ssa_def *src = nir_bcsel(&b, cmp, orig_src, nir_imm_float(&b, 0.));
|
| /xsrc/external/mit/xman/dist/ |
| search.c | 366 int check, cmp, len_cmp, global_number; local 388 cmp = strncmp(string, head, (tail - head)); 391 if (cmp == 0 && len_cmp == 0) { 394 else if (cmp < 0 || ((cmp == 0) && (len_cmp < 0))) 396 else { /* cmp > 0 || ((cmp == 0) && (len_cmp > 0)) */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/sparc/ |
| xform.S | 69 cmp %g3, 1 106 cmp %o1, %o2 ! IEU1 110 cmp %o1, %g3 134 cmp %o0, %o2 141 cmp %g3, 1 155 cmp %o1, %o2 ! IEU1 160 cmp %o1, %g3 184 cmp %g3, 1 209 cmp %o1, %o2 ! IEU1 213 cmp %o1, %g [all...] |
| norm.S | 43 cmp %g1, 1 45 cmp %o3, 0 96 cmp %o4, %g1 ! continue if (i < count) 152 cmp %o4, %g1 ! continue if (i < count) 182 cmp %g1, 1 184 cmp %o3, 0 223 cmp %o4, %g1 ! continue if (i < count) 261 cmp %o4, %g1 ! continue if (i < count) 287 cmp %g1, 1 312 cmp %o4, %g1 ! continue if (i < count [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/ |
| xform.S | 69 cmp %g3, 1 106 cmp %o1, %o2 ! IEU1 110 cmp %o1, %g3 134 cmp %o0, %o2 141 cmp %g3, 1 155 cmp %o1, %o2 ! IEU1 160 cmp %o1, %g3 184 cmp %g3, 1 209 cmp %o1, %o2 ! IEU1 213 cmp %o1, %g [all...] |
| norm.S | 43 cmp %g1, 1 45 cmp %o3, 0 96 cmp %o4, %g1 ! continue if (i < count) 152 cmp %o4, %g1 ! continue if (i < count) 182 cmp %g1, 1 184 cmp %o3, 0 223 cmp %o4, %g1 ! continue if (i < count) 261 cmp %o4, %g1 ! continue if (i < count) 287 cmp %g1, 1 312 cmp %o4, %g1 ! continue if (i < count [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| loop_analysis.cpp | 133 ir_expression *cmp = swap_compare_operands local 137 cmp = new(mem_ctx) ir_expression(ir_unop_logic_not, cmp); 139 ir_constant *const cmp_result = cmp->constant_expression_value(mem_ctx); 199 ir_expression *cmp = swap_compare_operands local 203 cmp = new(mem_ctx) ir_expression(ir_unop_logic_not, cmp); 205 ir_constant *const cmp_result = cmp->constant_expression_value(mem_ctx); 640 enum ir_expression_operation cmp = cond->operation; local 662 cmp, t->continue_from_then [all...] |
| /xsrc/external/mit/fontconfig/dist/test/ |
| run-test.sh | 70 if cmp out "$BUILDTESTDIR"/"$EXPECTED" > /dev/null ; then : ; else 163 if cmp out1 out2 > /dev/null ; then : ; else 190 if cmp out1 out2 > /dev/null ; then : ; else 204 if cmp flist1 flist2 > /dev/null ; then : ; else 239 if cmp stat1 stat2 > /dev/null ; then : ; else 256 if cmp flist1 flist2 > /dev/null ; then 287 if cmp out1 out2 > /dev/null ; then : ; else 322 if cmp out1 out2 > /dev/null ; then : ; else 418 if cmp my-out my-out.expected > /dev/null ; then : ; else
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| aub_mem.c | 109 int cmp = 0; local 110 if (!node || (cmp = cmp_ggtt_entry(node, &virt_addr))) { 113 rb_tree_insert_at(&mem->ggtt, node, &new_entry->node, cmp < 0); 161 int cmp = 0; local 162 if (!node || (cmp = cmp_phys_mem(node, &phys_addr))) { 174 rb_tree_insert_at(&mem->mem, node, &new_mem->node, cmp < 0);
|