/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_winsys.h | 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() argument 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl() 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() argument 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDo() 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument 75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs() 84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() argument 89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD() 103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC() argument 107 PUSH_MTHD(push, subc, mth in PUSH_RESRC() 112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) BEGIN_NV04() argument 119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) BEGIN_NI04() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_winsys.h | 74 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_SQ() argument 76 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_SQ() 80 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_NI() argument 82 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_NI() 86 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data) in NVC0_FIFO_PKHDR_IL() argument 89 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_IL() 93 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) 95 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2); 113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) 118 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mth [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_winsys.h | 66 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR() argument 68 return 0x00000000 | (size << 18) | (subc << 13) | mthd; in NV50_FIFO_PKHDR() 72 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR_NI() argument 74 return 0x40000000 | (size << 18) | (subc << 13) | mthd; in NV50_FIFO_PKHDR_NI() 78 NV50_FIFO_PKHDR_L(int subc, int mthd) in NV50_FIFO_PKHDR_L() argument 80 return 0x00030000 | (subc << 13) | mthd; in NV50_FIFO_PKHDR_L() 98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument 103 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size)); in BEGIN_NV04() 107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument 112 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mth in BEGIN_NI04() 117 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) BEGIN_NL50() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.h | 58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR() argument 60 return 0x00000000 | (size << 18) | (subc << 13) | mthd; in NV04_FIFO_PKHDR() 64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR_NI() argument 66 return 0x40000000 | (size << 18) | (subc << 13) | mthd; in NV04_FIFO_PKHDR_NI() 70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument 73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size)); in BEGIN_NV04() 77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument 80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size)); in BEGIN_NI04() 84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl() argument 88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mth in PUSH_MTHDl() [all...] |
/third_party/mksh/ |
H A D | misc.c | 737 unsigned char c, subc; in has_globbing() local 785 subc = *s++; in has_globbing() 789 if (c == subc && ISMAGIC(*s) && in has_globbing() 1014 unsigned char c, subc, lc; in gmatch_cclass() local 1050 subc = *p++; in gmatch_cclass() 1056 if (c == subc && ISMAGIC(*p) && in gmatch_cclass() 1070 if (ord(subc) == ORD(':')) { in gmatch_cclass() 1125 subc = 0; in gmatch_cclass() 1142 subc = *p++; in gmatch_cclass() 1148 if (c == subc in gmatch_cclass() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 276 subc $carry,%g0,$carry ! top-most carry 328 subc $carry,%g0,$carry ! top-most carry 344 subc $carry,0,$carry ! broadcast borrow bit 428 subc $carry,0,$carry 528 subc $carry,0,$carry 611 subc %g0,%g0,$carry ! broadcast borrow bit 663 subc %g0,%g0,$carry ! broadcast borrow bit 1696 subc %g0,%g0,$acc4 ! did it borrow? 1737 subc %g0,%g0,$acc4 ! did it borrow?
|
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 276 subc $carry,%g0,$carry ! top-most carry 328 subc $carry,%g0,$carry ! top-most carry 344 subc $carry,0,$carry ! broadcast borrow bit 428 subc $carry,0,$carry 528 subc $carry,0,$carry 611 subc %g0,%g0,$carry ! broadcast borrow bit 663 subc %g0,%g0,$carry ! broadcast borrow bit 1696 subc %g0,%g0,$acc4 ! did it borrow? 1737 subc %g0,%g0,$acc4 ! did it borrow?
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 5605 void **subc) { in upb_bytessink_start() 5608 *subc = s.closure; in upb_bytessink_start() 5613 *subc = start(s.closure, in upb_bytessink_start() 5616 return *subc != NULL; in upb_bytessink_start() 5619 UPB_INLINE size_t upb_bytessink_putbuf(upb_bytessink s, void *subc, in upb_bytessink_putbuf() argument 5628 return putbuf(subc, s.handler->table[UPB_STRING_SELECTOR].attr.handler_data, in upb_bytessink_putbuf() 5673 bool Start(size_t size_hint, void **subc) { in Start() argument 5674 return upb_bytessink_start(sink_, size_hint, subc); in Start() 5677 size_t PutBuffer(void *subc, const char *buf, size_t len, in PutBuffer() argument 5679 return upb_bytessink_putbuf(sink_, subc, bu in PutBuffer() 5604 upb_bytessink_start(upb_bytessink s, size_t size_hint, void **subc) upb_bytessink_start() argument [all...] |
H A D | upb.c | 5978 void *subc; in upb_bufsrc_putbuf() local 5982 ret = upb_bytessink_start(sink, len, &subc); in upb_bufsrc_putbuf() 5984 ret = (upb_bytessink_putbuf(sink, subc, buf, len, &handle) >= len); in upb_bufsrc_putbuf() 8083 void *subc; member 8111 size_t n = upb_bytessink_putbuf(e->output_, e->subc, buf, len, NULL); in putbuf() 8337 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg() 8541 e->subc = output.closure; in upb_pb_encoder_create() 8573 void *subc; member 8587 upb_bytessink_putbuf(p->output_, p->subc, " ", 2, NULL); in indent() 8593 upb_bytessink_putbuf(p->output_, p->subc, in endfield() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1665 for (const Value *subc : c->operand_values()) { in isManifestConstant() 1666 if (!isManifestConstant(cast<Constant>(subc))) in isManifestConstant()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 877 void subc(Register dst, Register src1, Register src2, OEBit s = LeaveOE,
|
H A D | assembler-ppc.cc | 818 void Assembler::subc(Register dst, Register src1, Register src2, OEBit o, in subc() function in v8::internal::Assembler
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 5906 void subcase_start(const SubcaseSignature& subc) override { 5908 subcasesStack.push_back(subc);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 4912 auto &subc = get<SPIRConstant>(elem); 4913 if (subc.specialization) 4916 res += constant_expression(subc);
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1253 __ subc(i.OutputRegister(0), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction()
|