Home
last modified time | relevance | path

Searched refs:xf (Results 1 - 25 of 1226) sorted by relevance

12345678910>>...50

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h291 0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,
[all...]
H A Dmipmap.c544 const GLint rowAr0 = rowA[j] & 0xf; in do_row()
545 const GLint rowAr1 = rowA[k] & 0xf; in do_row()
546 const GLint rowBr0 = rowB[j] & 0xf; in do_row()
547 const GLint rowBr1 = rowB[k] & 0xf; in do_row()
548 const GLint rowAg0 = (rowA[j] >> 4) & 0xf; in do_row()
549 const GLint rowAg1 = (rowA[k] >> 4) & 0xf; in do_row()
550 const GLint rowBg0 = (rowB[j] >> 4) & 0xf; in do_row()
551 const GLint rowBg1 = (rowB[k] >> 4) & 0xf; in do_row()
552 const GLint rowAb0 = (rowA[j] >> 8) & 0xf; in do_row()
553 const GLint rowAb1 = (rowA[k] >> 8) & 0xf; in do_row()
[all...]
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.cc95 if ((value & 0xf) == 0x1) { in Dt_L_imm6_1_Decode()
128 if ((value & 0xf) == 0x1) { in Dt_L_imm6_2_Decode()
141 if ((value & 0xf) == 0x1) { in Dt_L_imm6_3_Decode()
154 if ((value & 0xf) == 0x1) { in Dt_L_imm6_4_Decode()
7680 unsigned rm = (instr >> 19) & 0xf; in DecodeT32()
7693 unsigned rm = (instr >> 19) & 0xf; in DecodeT32()
7716 unsigned rm = (instr >> 19) & 0xf; in DecodeT32()
7724 unsigned rm = (instr >> 19) & 0xf; in DecodeT32()
7734 unsigned rm = (instr >> 19) & 0xf; in DecodeT32()
7744 unsigned rm = (instr >> 19) & 0xf; in DecodeT32()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp297 0xf, 0xf, 0xf, 0xf, 0xf, 0xf, 0xf, 0xf,
298 0xf, 0xf,
[all...]
/third_party/elfutils/libcpu/
H A Dx86_64_dis.h898 0x34, 0x66, 0xf, 0xd0, 0, 0,
899 0x34, 0xf2, 0xf, 0xd0, 0, 0,
905 0x34, 0x66, 0xf, 0x54, 0, 0,
906 0x23, 0xf, 0x54, 0, 0,
907 0x34, 0x66, 0xf, 0x55, 0, 0,
908 0x23, 0xf, 0x55, 0, 0,
910 0x23, 0xf, 0xbc, 0, 0,
911 0x23, 0xf, 0xbd, 0, 0,
912 0x12, 0xf, 0xf8, 0xc8,
913 0x23, 0xf,
[all...]
H A Di386_dis.h914 0x34, 0x66, 0xf, 0xd0, 0, 0,
915 0x34, 0xf2, 0xf, 0xd0, 0, 0,
921 0x34, 0x66, 0xf, 0x54, 0, 0,
922 0x23, 0xf, 0x54, 0, 0,
923 0x34, 0x66, 0xf, 0x55, 0, 0,
924 0x23, 0xf, 0x55, 0, 0,
927 0x23, 0xf, 0xbc, 0, 0,
928 0x23, 0xf, 0xbd, 0, 0,
929 0x12, 0xf, 0xf8, 0xc8,
930 0x23, 0xf,
[all...]
/third_party/node/deps/brotli/c/include/brotli/
H A Dport.h95 (((__SUNPRO_C >> 16) & 0xf) * 10) + ((__SUNPRO_C >> 12) & 0xf), \
96 (((__SUNPRO_C >> 8) & 0xf) * 10) + ((__SUNPRO_C >> 4) & 0xf), \
97 (__SUNPRO_C & 0xf) * 10)
100 BROTLI_MAKE_VERSION((__SUNPRO_C >> 8) & 0xf, \
101 (__SUNPRO_C >> 4) & 0xf, \
102 (__SUNPRO_C) & 0xf)
106 (((__SUNPRO_CC >> 16) & 0xf) * 10) + ((__SUNPRO_CC >> 12) & 0xf), \
[all...]
/third_party/skia/third_party/externals/brotli/c/include/brotli/
H A Dport.h95 (((__SUNPRO_C >> 16) & 0xf) * 10) + ((__SUNPRO_C >> 12) & 0xf), \
96 (((__SUNPRO_C >> 8) & 0xf) * 10) + ((__SUNPRO_C >> 4) & 0xf), \
97 (__SUNPRO_C & 0xf) * 10)
100 BROTLI_MAKE_VERSION((__SUNPRO_C >> 8) & 0xf, \
101 (__SUNPRO_C >> 4) & 0xf, \
102 (__SUNPRO_C) & 0xf)
106 (((__SUNPRO_CC >> 16) & 0xf) * 10) + ((__SUNPRO_CC >> 12) & 0xf), \
[all...]
/third_party/icu/tools/multi/proj/icu4cscan/
H A Dtestxml.cpp88 // XMLElement icuData(xf, "feature", tmp, true); in _getCLDRVersionDirect()
114 // XMLElement icuData(xf, "feature", tmp, true); in _getCLDRVersionOld()
326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, const char *locale) { in writeOkComments() argument
340 xf.writeln(tmp); in writeOkComments()
368 void probeCapability(XMLFile& xf, const char *locale) { in probeCapability() argument
387 writeOkComments(xf,ok, comments,locale); in probeCapability()
390 void probeColCapability(XMLFile& xf, const char *locale) { in probeColCapability() argument
409 writeOkComments(xf,ok, comments,locale); in probeColCapability()
452 XMLFile xf(stdout); in main()
454 xf in main()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c29 ((((unsigned)(s0x)&0xf) << 0) | (((unsigned)(s0y)&0xf) << 4) | (((unsigned)(s1x)&0xf) << 8) | \
30 (((unsigned)(s1y)&0xf) << 12) | (((unsigned)(s2x)&0xf) << 16) | \
31 (((unsigned)(s2y)&0xf) << 20) | (((unsigned)(s3x)&0xf) << 24) | (((unsigned)(s3y)&0xf) << 28))
35 #define GET_SFIELD(reg, index) SEXT4(((reg) >> ((index)*4)) & 0xf)
/third_party/ffmpeg/libavfilter/
H A Dvf_xfade_opencl.c67 AVFrame *xf[2]; member
175 mem = (cl_mem)ctx->xf[0]->data[plane]; in xfade_frame()
179 mem = (cl_mem)ctx->xf[1]->data[plane]; in xfade_frame()
200 err = av_frame_copy_props(output, ctx->xf[0]); in xfade_frame()
287 ctx->xf[0] = ff_inlink_peek_frame(avctx->inputs[0], 0); in xfade_opencl_activate()
288 if (ctx->xf[0]) { in xfade_opencl_activate()
290 ctx->first_pts = ctx->xf[0]->pts; in xfade_opencl_activate()
292 ctx->pts = ctx->xf[0]->pts; in xfade_opencl_activate()
293 if (ctx->first_pts + ctx->offset_pts > ctx->xf[0]->pts) { in xfade_opencl_activate()
294 ctx->xf[ in xfade_opencl_activate()
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc19 return (in_data >> position) & 0xf; in GetNibble()
45 in_cell &= 0xf; in RotCell()
47 return static_cast<uint64_t>((temp >> (4 - amount)) & 0xf); in RotCell()
58 uint8_t s12 = (s_input >> (4 * (i + 12))) & 0xf; in PACMult()
59 uint8_t s8 = (s_input >> (4 * (i + 8))) & 0xf; in PACMult()
60 uint8_t s4 = (s_input >> (4 * (i + 4))) & 0xf; in PACMult()
61 uint8_t s0 = (s_input >> (4 * (i + 0))) & 0xf; in PACMult()
78 uint8_t substitutions[16] = {0xb, 0x6, 0x8, 0xf, 0xc, 0x0, 0x9, 0xe, in PACSub()
81 unsigned index = ((t_input >> (4 * i)) & 0xf); in PACSub()
90 0x2, 0x6, 0xf, in PACInvSub()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.h10 #define NVC0_TILE_MODE_X(m) (((m) >> 0) & 0xf)
11 #define NVC0_TILE_MODE_Y(m) (((m) >> 4) & 0xf)
12 #define NVC0_TILE_MODE_Z(m) (((m) >> 8) & 0xf)
24 #define NVC0_TILE_SIZE_2D(m) ((64 * 8) << (((m) + ((m) >> 4)) & 0xf))
26 #define NVC0_TILE_SIZE(m) ((64 * 8) << (((m) + ((m) >> 4) + ((m) >> 8)) & 0xf))
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcayman_msaa.c96 val.idx = (eg_sample_locs_2x[0] >> offset) & 0xf; in cayman_get_sample_position()
98 val.idx = (eg_sample_locs_2x[0] >> (offset + 4)) & 0xf; in cayman_get_sample_position()
103 val.idx = (eg_sample_locs_4x[0] >> offset) & 0xf; in cayman_get_sample_position()
105 val.idx = (eg_sample_locs_4x[0] >> (offset + 4)) & 0xf; in cayman_get_sample_position()
111 val.idx = (cm_sample_locs_8x[index] >> offset) & 0xf; in cayman_get_sample_position()
113 val.idx = (cm_sample_locs_8x[index] >> (offset + 4)) & 0xf; in cayman_get_sample_position()
119 val.idx = (cm_sample_locs_16x[index] >> offset) & 0xf; in cayman_get_sample_position()
121 val.idx = (cm_sample_locs_16x[index] >> (offset + 4)) & 0xf; in cayman_get_sample_position()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dadrian-aec.c193 a->xf[a->j] = IIR1_highpass(a->Fx, x_); // pre-whitening of x in AEC_nlms_pw()
203 // optimize: iterative dotp(xf, xf) in AEC_nlms_pw()
204 a->dotp_xf_xf += (a->xf[a->j] * a->xf[a->j] - a->xf[a->j + NLMS_LEN - 1] * a->xf[a->j + NLMS_LEN - 1]); in AEC_nlms_pw()
215 a->w[i] += mikro_ef * a->xf[i + a->j]; in AEC_nlms_pw()
216 a->w[i + 1] += mikro_ef * a->xf[i + a->j + 1]; in AEC_nlms_pw()
219 update_tap_weights(a->w, &a->xf[ in AEC_nlms_pw()
[all...]
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm17 mov $r3 0x1 0xf
18 sched (st 0x1) (st 0xf wr 0x0) (st 0x6 wr 0x0 wt 0x1)
34 sched (st 0x6 wt 0x2) (st 0x6 wr 0x0 rd 0x1 wt 0x1) (st 0xf wr 0x0 rd 0x1 wt 0x2)
35 mov $r3 $r0 0xf
46 sched (st 0x1) (st 0xf) (st 0xf)
62 sched (st 0xf wr 0x1) (st 0xd wr 0x1 wt 0x2) (st 0x1 wt 0x2)
66 sched (st 0x6) (st 0x1) (st 0xf wr 0x1)
67 mov $r3 0x1 0xf
84 mov $r3 $r0 0xf
[all...]
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_device_info.c55 uint32_t minor = (ident1.value >> 0) & 0xf; in v3d_get_device_info()
59 devinfo->vpm_size = (ident1.value >> 28 & 0xf) * 8192; in v3d_get_device_info()
61 int nslc = (ident1.value >> 4) & 0xf; in v3d_get_device_info()
62 int qups = (ident1.value >> 8) & 0xf; in v3d_get_device_info()
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Ds390x.pm2581 $out.=sprintf("%#06x",(($opcode>>4)<<8|$r1<<4|($opcode&0xf))).",";
2648 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)).",";
2663 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)).",";
2678 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v3&0xf)).",";
2693 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v2&0xf)).",";
2694 $out.=sprintf("%#06x",(($v3&0xf)<<12|$i4)).",";
2708 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v2&0xf))
[all...]
/third_party/openssl/crypto/perlasm/
H A Ds390x.pm2581 $out.=sprintf("%#06x",(($opcode>>4)<<8|$r1<<4|($opcode&0xf))).",";
2648 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)).",";
2663 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)).",";
2678 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v3&0xf)).",";
2693 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v2&0xf)).",";
2694 $out.=sprintf("%#06x",(($v3&0xf)<<12|$i4)).",";
2708 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)|($v2&0xf))
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh263data.c99 { 0x2, 2 }, { 0xf, 4 }, { 0x15, 6 }, { 0x17, 7 },
102 { 0x6, 3 }, { 0x14, 6 }, { 0x1e, 8 }, { 0xf, 10 },
114 { 0x5, 11 }, { 0xf, 6 }, { 0x4, 11 }, { 0xe, 6 },
174 { 0x53, 12 }, { 0xf, 4 }, { 0x14, 6 }, { 0x14, 7 },
175 { 0x1e, 8 }, { 0xf, 10 }, { 0x21, 11 }, { 0x50, 12 },
185 { 0xf, 6 }, { 0x13, 9 }, { 0x5, 10 }, { 0x25, 11 },
H A Dvp4data.h92 { 0x0, 3 }, { 0xf, 4 }, { 0x9, 4 }, { 0x2, 3 },
94 { 0xf, 5 }, { 0x8, 4 }, { 0x6, 4 }, { 0xe, 4 },
101 { 0xf, 4 }, { 0x2, 3 }
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl73 zapnot $a,0xf,$a
86 zapnot @X[$i],0xf,@X[$i]
96 zapnot $a,0xf,$a
106 zapnot @X[$i],0xf,@X[$i]
118 zapnot $a,0xf,$a
137 zapnot @X[$i%16],0xf,@X[$i%16]
148 zapnot $a,0xf,$a
171 zapnot @X[$i%16],0xf,@X[$i%16]
176 zapnot $a,0xf,$a
205 zapnot $a,0xf,
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl73 zapnot $a,0xf,$a
86 zapnot @X[$i],0xf,@X[$i]
96 zapnot $a,0xf,$a
106 zapnot @X[$i],0xf,@X[$i]
118 zapnot $a,0xf,$a
137 zapnot @X[$i%16],0xf,@X[$i%16]
148 zapnot $a,0xf,$a
171 zapnot @X[$i%16],0xf,@X[$i%16]
176 zapnot $a,0xf,$a
205 zapnot $a,0xf,
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c71 count = rs->inst_count & 0xf; in r500_dump_rs_block()
75 ic_count = (rs->count >> 7) & 0xf; in r500_dump_rs_block()
83 ip = rs->inst[i] & 0xf; in r500_dump_rs_block()
104 ip = (rs->inst[i] >> 12) & 0xf; in r500_dump_rs_block()
109 col_fmt = (rs->ip[ip] >> 27) & 0xf; in r500_dump_rs_block()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_reg.h330 #define TEXCOORDFMT_NOT_PRESENT 0xf
331 #define S2_TEXCOORD_FMT0_MASK 0xf
342 #define S4_LINE_WIDTH_MASK (0xf << 19)
376 #define S5_WRITEDISABLE_MASK (0xf << 28)
408 #define S6_CBUF_SRC_BLEND_FACT_MASK (0xf << 8)
410 #define S6_CBUF_DST_BLEND_FACT_MASK (0xf << 4)
433 #define LOGICOP_MASK (0xf << 18)
500 #define REG_NR_MASK 0xf
538 #define A0_MAX (0xf << 24) /* dst = (src0 >= src1) ? src0 : src1 */
553 #define A0_DEST_CHANNEL_ALL (0xf << 1
[all...]

Completed in 72 milliseconds

12345678910>>...50