Searched refs:add (Results 1 - 25 of 1159) sorted by relevance

1234567891011>>

/xsrc/external/mit/xauth/dist/tests/
H A D090-xauth-bad-usage.script9 xauth add bad4/unix:0 . b90b0fd1cf6a0e7a2c74c0000000002
10 xauth add bad4/unix:0 . ThisIsNotHex0e7a2c74c00000000011
11 xauth add bad4/unxi:0 . b90b0fd1cf6a0e7a2c74c00000000021
12 xauth add bad5/unix: . b90b0fd1cf6a0e7a2c74c00000000022
13 xauth add bad6/something/unix:0 . b90b0fd1cf6a0e7a2c74c00000000023
14 xauth add bad7/unix . b90b0fd1cf6a0e7a2c74c00000000024
15 xauth add bad8 . b90b0fd1cf6a0e7a2c74c00000000025
16 xauth add 127.0.0.:0 . b90b0fd1cf6a0e7a2c74c00000000026
H A D020-xauth-add-local.script7 xauth add unix:0 . b90b0fd1cf6a0e7a2c74c00000000004
8 xauth add 127.0.0.1:1 . b90b0fd1cf6a0e7a2c74c00000000005
9 xauth add :2 . b90b0fd1cf6a0e7a2c74c00000000006
10 xauth add :3.5 . b90b0fd1cf6a0e7a2c74c00000000007
11 xauth add :4 . b90b0fd1cf6a0e7a2c74c00000000004
H A DMakefile.am5 010-xauth-add-inet.script 010-xauth-add-inet.stdout \
6 020-xauth-add-local.script 020-xauth-add-local.stdout \
H A D040-xauth-source.script8 echo add examplehost1/unix:0 . b90b0fd1cf6a0e7a2c74c00000000001 > $CMDFILE
H A D010-xauth-add-inet.script6 xauth add examplehost1/unix:0 MIT-MAGIC-COOKIE-1 b90b0fd1cf6a0e7a2c74c00000000001
7 xauth add examplehost2/unix:0 . b90b0fd1cf6a0e7a2c74c00000000002
8 xauth add examplehost3/unix:0 . b90b0fd1cf6a0e7a2c74c00000000003
H A D030-xauth-extract.script7 xauth add examplehost1/unix:0 . b90b0fd1cf6a0e7a2c74c00000000001
8 xauth add examplehost2/unix:0 . b90b0fd1cf6a0e7a2c74c00000000002
9 xauth add examplehost3/unix:0 . b90b0fd1cf6a0e7a2c74c00000000003
/xsrc/external/mit/libX11/dist/src/
H A Dutlist.h65 #define DL_PREPEND(head,add) \
67 (add)->next = head; \
69 (add)->prev = (head)->prev; \
70 (head)->prev = (add); \
72 (add)->prev = (add); \
74 (head) = (add); \
77 #define DL_APPEND(head,add) \
80 (add)->prev = (head)->prev; \
81 (head)->prev->next = (add); \
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c33 * is only ever used in an add and replaces both with an fma.
85 * actually the result of the add and not the multiply, the intention of
87 * value and what they don't care about is the add. Another reason is that
176 nir_alu_instr *add = nir_instr_as_alu(instr); local in function:brw_nir_opt_peephole_ffma_block
177 if (add->op != nir_op_fadd)
180 assert(add->dest.dest.is_ssa);
181 if (add->exact)
184 assert(add->src[0].src.is_ssa && add->src[1].src.is_ssa);
191 if (add
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c33 * is only ever used in an add and replaces both with an fma.
84 * actually the result of the add and not the multiply, the intention of
86 * value and what they don't care about is the add. Another reason is that
173 nir_alu_instr *add = nir_instr_as_alu(instr); local in function:brw_nir_opt_peephole_ffma_instr
174 if (add->op != nir_op_fadd)
177 assert(add->dest.dest.is_ssa);
178 if (add->exact)
181 assert(add->src[0].src.is_ssa && add->src[1].src.is_ssa);
188 if (add
[all...]
/xsrc/external/mit/xterm/dist/
H A Dgen-charsets.pl204 sub add($$) { subroutine
219 @head = &add( \@head, "" );
225 @head = &add( \@head, "#define $macro \\" );
226 @head = &add( \@head, "\tswitch (code) { \\" );
234 @head = &add(
242 @head = &add( \@head, "\t default: dft; break; \\" );
243 @head = &add( \@head, "\t}" );
246 @head = &add( \@head, "#define $macro /* nothing? */" );
250 @head = &add( \@head, "#define $macro /* nothing */" );
273 @head = &add( \
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dmake-srgb.pl54 my $add = 0;
63 $add ++;
65 die "Too many adds at $srgb" if $add > 5;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.10.rst43 - docs: add sha256 checksums for 17.1.9
44 - cherry-ignore: add "st/mesa: skip draw calls with
46 - cherry-ignore: add "radv: use amdgpu_bo_va_op_raw."
47 - cherry-ignore: add "radv: use simpler indirect packet 3 if possible."
48 - cherry-ignore: add "radeonsi: don't always apply the PrimID
50 - cherry-ignore: add "intel/eu/validate: Look up types on demand in
52 - cherry-ignore: add "radv: gfx9 fixes"
53 - cherry-ignore: add "radv/gfx9: set mip0-depth correctly for 2d
55 - cherry-ignore: add "radv/gfx9: fix image resource handling."
56 - cherry-ignore: add "doc
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dflist.h51 void add( REAL x );
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dcore_tests.cpp115 nir_ssa_def *add = nir_iadd(b, one, one); local in function:__anonfc8dbe4c0110::TEST_F
117 nir_cursor c = nir_instr_free_and_dce(add->parent_instr);
118 ASSERT_FALSE(shader_contains_def(add));
129 nir_ssa_def *add = nir_iadd(b, one, one); local in function:__anonfc8dbe4c0110::TEST_F
131 /* This risks triggering removing add multiple times, which can segfault in
133 nir_ssa_def *add2 = nir_iadd(b, add, add);
137 ASSERT_FALSE(shader_contains_def(add));
/xsrc/external/mit/libdrm/dist/intel/
H A Duthash.h191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \
194 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
198 HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh, head, &((add)->fieldname), keylen_in, hashval, add, cmpfcn); \
201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \
204 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
208 HASH_ADD_KEYPTR_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, add); \
211 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \
214 HASH_VALUE(&((add)
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_validate.c96 if (inst->alu.add.op != V3D_QPU_A_NOP &&
97 inst->alu.add.magic_write &&
98 predicate(inst->alu.add.waddr))
154 if (inst->alu.add.op != V3D_QPU_A_NOP) {
155 if (inst->alu.add.magic_write) {
157 inst->alu.add.waddr)) {
160 if (v3d_qpu_magic_waddr_is_sfu(inst->alu.add.waddr))
162 if (v3d_qpu_magic_waddr_is_vpm(inst->alu.add.waddr))
164 if (v3d_qpu_magic_waddr_is_tlb(inst->alu.add.waddr))
166 if (v3d_qpu_magic_waddr_is_tsy(inst->alu.add
[all...]
H A Dvir_opt_redundant_flags.c82 a->qpu.alu.add.op != b->qpu.alu.add.op ||
84 a->qpu.alu.add.a_unpack != b->qpu.alu.add.a_unpack ||
85 a->qpu.alu.add.b_unpack != b->qpu.alu.add.b_unpack ||
86 a->qpu.alu.add.output_pack != b->qpu.alu.add.output_pack ||
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_validate.c96 if (inst->alu.add.op != V3D_QPU_A_NOP &&
97 inst->alu.add.magic_write &&
98 predicate(inst->alu.add.waddr))
146 if (inst->alu.add.op != V3D_QPU_A_NOP) {
147 if (inst->alu.add.magic_write) {
148 if (v3d_qpu_magic_waddr_is_tmu(inst->alu.add.waddr))
150 if (v3d_qpu_magic_waddr_is_sfu(inst->alu.add.waddr))
152 if (v3d_qpu_magic_waddr_is_vpm(inst->alu.add.waddr))
154 if (v3d_qpu_magic_waddr_is_tlb(inst->alu.add.waddr))
156 if (v3d_qpu_magic_waddr_is_tsy(inst->alu.add
[all...]
H A Dvir_opt_redundant_flags.c82 a->qpu.alu.add.op != b->qpu.alu.add.op ||
84 a->qpu.alu.add.a_unpack != b->qpu.alu.add.a_unpack ||
85 a->qpu.alu.add.b_unpack != b->qpu.alu.add.b_unpack ||
86 a->qpu.alu.add.output_pack != b->qpu.alu.add.output_pack ||
/xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/
H A Dqpu_pack.c766 instr->alu.add.op = desc->op;
772 if (instr->alu.add.op == V3D_QPU_A_FMIN)
773 instr->alu.add.op = V3D_QPU_A_FMAX;
774 if (instr->alu.add.op == V3D_QPU_A_FADD)
775 instr->alu.add.op = V3D_QPU_A_FADDNF;
781 switch (instr->alu.add.op) {
787 instr->alu.add.op = V3D_QPU_A_STVPMV;
790 instr->alu.add.op = V3D_QPU_A_STVPMD;
793 instr->alu.add.op = V3D_QPU_A_STVPMP;
803 switch (instr->alu.add
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/
H A Dqpu_pack.c735 instr->alu.add.op = desc->op;
741 if (instr->alu.add.op == V3D_QPU_A_FMIN)
742 instr->alu.add.op = V3D_QPU_A_FMAX;
743 if (instr->alu.add.op == V3D_QPU_A_FADD)
744 instr->alu.add.op = V3D_QPU_A_FADDNF;
750 switch (instr->alu.add.op) {
756 instr->alu.add.op = V3D_QPU_A_STVPMV;
759 instr->alu.add.op = V3D_QPU_A_STVPMD;
762 instr->alu.add.op = V3D_QPU_A_STVPMP;
772 switch (instr->alu.add
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_emit_uniform_stream_resets.c71 struct qinst *add = local in function:qir_emit_uniform_stream_resets
78 list_add(&add->link, &block->instructions);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm20 add $r2 (mul high u32 $r2 u32 $r3) $r2
22 add $r2 (mul high u32 $r2 u32 $r3) $r2
24 add $r2 (mul high u32 $r2 u32 $r3) $r2
26 add $r2 (mul high u32 $r2 u32 $r3) $r2
28 add $r2 (mul high u32 $r2 u32 $r3) $r2
32 add $r1 (mul u32 $r1 u32 $r0) $r3
35 $p0 add b32 $r0 $r0 0x1
38 $p0 add b32 $r0 $r0 0x1
58 add $r2 (mul high u32 $r2 u32 $r3) $r2
60 add
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm20 add $r2 (mul high u32 $r2 u32 $r3) $r2
22 add $r2 (mul high u32 $r2 u32 $r3) $r2
24 add $r2 (mul high u32 $r2 u32 $r3) $r2
26 add $r2 (mul high u32 $r2 u32 $r3) $r2
28 add $r2 (mul high u32 $r2 u32 $r3) $r2
32 add $r1 (mul u32 $r1 u32 $r0) $r3
35 $p0 add b32 $r0 $r0 0x1
38 $p0 add b32 $r0 $r0 0x1
58 add $r2 (mul high u32 $r2 u32 $r3) $r2
60 add
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_emit_uniform_stream_resets.c71 struct qinst *add = local in function:qir_emit_uniform_stream_resets
78 list_add(&add->link, &block->instructions);

Completed in 18 milliseconds

1234567891011>>