/third_party/protobuf/js/binary/ |
H A D | arith.js | 40 goog.provide('jspb.arith.Int64'); 41 goog.provide('jspb.arith.UInt64'); 53 jspb.arith.UInt64 = function(lo, hi) { 70 * @param {!jspb.arith.UInt64} other 73 jspb.arith.UInt64.prototype.cmp = function(other) { 86 * @return {!jspb.arith.UInt64} 88 jspb.arith.UInt64.prototype.rightShift = function() { 91 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0); 97 * @return {!jspb.arith.UInt64} 99 jspb.arith [all...] |
H A D | writer.js | 64 goog.require('jspb.arith.Int64'); 65 goog.require('jspb.arith.UInt64'); 515 var num = jspb.arith.Int64.fromString(value); 571 var num = jspb.arith.UInt64.fromString(value); 666 var num = jspb.arith.UInt64.fromString(value); 710 var num = jspb.arith.Int64.fromString(value); 1516 var num = jspb.arith.Int64.fromString(value[i]); 1581 var num = jspb.arith.UInt64.fromString(value[i]); 1692 var num = jspb.arith.UInt64.fromString(value[i]);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 26 * - extra arith opcodes 117 #define arith(s,t,o,d,m,s0,s1,s2) \ macro 498 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction() 509 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction() 520 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction() 555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); in nvfx_vertprog_parse_instruction() 558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); in nvfx_vertprog_parse_instruction() 562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_vertprog_parse_instruction() 563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); in nvfx_vertprog_parse_instruction() 566 insn = arith( in nvfx_vertprog_parse_instruction() [all...] |
H A D | nvfx_fragprog.c | 231 #define arith(s,o,d,m,s0,s1,s2) \ macro 244 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); in nv40_fp_if() 489 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); in nvfx_fragprog_parse_instruction() 495 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction() 505 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction() 515 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction() 538 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction() 542 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_fragprog_parse_instruction() 543 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none)); in nvfx_fragprog_parse_instruction() 546 insn = arith( in nvfx_fragprog_parse_instruction() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-variable-optimizer.cc | 228 Node* arith = phi->InputAt(1); in TryGetInductionVariable() local 230 if (arith->opcode() == IrOpcode::kJSAdd || in TryGetInductionVariable() 231 arith->opcode() == IrOpcode::kNumberAdd || in TryGetInductionVariable() 232 arith->opcode() == IrOpcode::kSpeculativeNumberAdd || in TryGetInductionVariable() 233 arith->opcode() == IrOpcode::kSpeculativeSafeIntegerAdd) { in TryGetInductionVariable() 235 } else if (arith->opcode() == IrOpcode::kJSSubtract || in TryGetInductionVariable() 236 arith->opcode() == IrOpcode::kNumberSubtract || in TryGetInductionVariable() 237 arith->opcode() == IrOpcode::kSpeculativeNumberSubtract || in TryGetInductionVariable() 238 arith->opcode() == IrOpcode::kSpeculativeSafeIntegerSubtract) { in TryGetInductionVariable() 245 Node* input = arith in TryGetInductionVariable() [all...] |
H A D | loop-variable-optimizer.h | 24 Node* arith() const { return arith_; } in arith() function in v8::internal::compiler::InductionVariable 46 InductionVariable(Node* phi, Node* effect_phi, Node* arith, Node* increment, in InductionVariable() argument 50 arith_(arith), in InductionVariable()
|
/third_party/mksh/ |
H A D | expr.c | 83 bool arith; member 105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() argument 112 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate() 122 bool arith) in v_evaluate() 133 curstate.arith = arith; in v_evaluate() 160 if (es->arith && es->natural) in v_evaluate() 163 setint_v(vp, v, es->arith); in v_evaluate() 179 es->arith = false; in evalerr() 249 setint_v(vasn, vl, es->arith); in do_ppmm() 121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, bool arith) v_evaluate() argument [all...] |
/third_party/libdrm/ |
H A D | Android.common.mk | 15 -Wno-pointer-arith \
|
/third_party/skia/third_party/externals/freetype/builds/compiler/ |
H A D | gcc-dev.mk | 76 -Wpointer-arith \
|
/third_party/ffmpeg/libavcodec/ |
H A D | mss1.c | 66 ARITH_GET_BIT(arith) 111 ARITH_GET_MODEL_SYM(arith)
|
H A D | diracdec.c | 154 int is_arith; /* whether coeffs use arith or golomb coding */ 301 * 1<<MAX_DWT_LEVELS top padding to avoid if(y>0) in arith decoding in alloc_sequence_buffers() 1443 static void decode_block_params(DiracContext *s, DiracArith arith[8], DiracBlock *block, in decode_block_params() argument 1449 block->ref ^= dirac_get_arith_bit(arith, CTX_PMODE_REF1); in decode_block_params() 1453 block->ref ^= dirac_get_arith_bit(arith, CTX_PMODE_REF2) << 1; in decode_block_params() 1459 block->u.dc[i] += (unsigned)dirac_get_arith_int(arith+1+i, CTX_DC_F1, CTX_DC_DATA); in decode_block_params() 1465 block->ref ^= dirac_get_arith_bit(arith, CTX_GLOBAL_BLOCK) << 2; in decode_block_params() 1474 block->u.mv[i][0] += (unsigned)dirac_get_arith_int(arith + 4 + 2 * i, CTX_MV_F1, CTX_MV_DATA); in decode_block_params() 1475 block->u.mv[i][1] += (unsigned)dirac_get_arith_int(arith + 5 + 2 * i, CTX_MV_F1, CTX_MV_DATA); in decode_block_params() 1507 DiracArith arith[ in dirac_unpack_block_motion_data() local [all...] |
/third_party/lz4/lib/dll/example/ |
H A D | Makefile | 34 -Wpointer-arith -Wstrict-aliasing=1
|
/third_party/bounds_checking_function/ |
H A D | Makefile | 14 OPTION += -Wpointer-arith
|
/third_party/cJSON/tests/unity/examples/example_2/ |
H A D | makefile | 33 CFLAGS += -Wpointer-arith
|
/third_party/unity/examples/example_2/ |
H A D | makefile | 33 CFLAGS += -Wpointer-arith
|
/third_party/vulkan-loader/scripts/qnx/ |
H A D | common.mk | 37 CCFLAGS += -Wpointer-arith -fPIC
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | Makefile | 66 CFLAGS += -Wpointer-arith
|
/third_party/cJSON/tests/unity/examples/example_1/ |
H A D | makefile | 33 CFLAGS += -Wpointer-arith
|
/third_party/musl/dist/ |
H A D | config.mak | 33 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value -Wno-overflow -Wno-int-to-pointer-cast
|
/third_party/unity/examples/example_1/ |
H A D | makefile | 33 CFLAGS += -Wpointer-arith
|
/third_party/unity/extras/fixture/test/ |
H A D | Makefile | 63 CFLAGS += -Wpointer-arith
|
/third_party/unity/extras/memory/test/ |
H A D | Makefile | 69 CFLAGS += -Wpointer-arith
|
/third_party/selinux/libsepol/tests/ |
H A D | Makefile | 15 -Wpointer-arith \
|
/third_party/selinux/libselinux/utils/ |
H A D | Makefile | 22 -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith \
|
/third_party/selinux/secilc/ |
H A D | Makefile | 26 CFLAGS ?= -Wall -Wshadow -Wextra -Wundef -Wmissing-format-attribute -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wunused
|