/build/soong/cc/config/ |
clang.go | 167 "-Wno-tautological-unsigned-enum-zero-compare", 168 "-Wno-tautological-unsigned-zero-compare",
|
/external/bcc/tests/lua/ |
test_clang.lua | 21 int count_foo(struct pt_regs *ctx, unsigned long a, unsigned long b) {
|
/external/compiler-rt/lib/profile/ |
InstrProfData.inc | 340 getValueProfData(const unsigned char *SrcBuffer, 341 const unsigned char *const SrcBufferEnd,
|
/external/flatbuffers/go/ |
encode.go | 10 // A UOffsetT stores an unsigned offset into vector data. 12 // A VOffsetT stores an unsigned offset in a vtable.
|
/external/llvm/include/llvm/ProfileData/ |
InstrProfData.inc | 340 getValueProfData(const unsigned char *SrcBuffer, 341 const unsigned char *const SrcBufferEnd,
|
/external/skia/src/gpu/mtl/ |
GrMtlPipelineStateBuilder.mm | 254 SkASSERT((unsigned)coeff < kGrBlendCoeffCnt); 269 SkASSERT((unsigned)equation < kGrBlendEquationCnt);
|
/external/skqp/src/gpu/mtl/ |
GrMtlPipelineStateBuilder.mm | 251 SkASSERT((unsigned)coeff < kGrBlendCoeffCnt); 266 SkASSERT((unsigned)equation < kGrBlendEquationCnt);
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
AArch64GenSubtargetInfo.inc | [all...] |
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
X86GenSubtargetInfo.inc | [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 285 ; unsigned char *src_ptr, 332 ; unsigned char *src_ptr, 560 ; unsigned char *src_ptr, 605 ; unsigned char *u, 610 ; unsigned char *v [all...] |
dequantize_mmx.asm | 57 ;unsigned char *dest, 2
|
/external/capstone/arch/Sparc/ |
SparcGenDisassemblerTables.inc | 17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioHelper.java | 70 int unsigned = (int)(Math.sin(j * (rad + j * sweep)) * Byte.MAX_VALUE) local 72 vai[j] = (byte) unsigned;
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
CompareMem.asm | 100 ; But we need to zero-extend (char is unsigned) the value and then
|
/external/capstone/arch/XCore/ |
XCoreGenAsmWriter.inc | 733 static char *getRegisterName(unsigned RegNo)
|
/external/bcc/src/lua/bcc/ |
table.lua | 342 assert(t == "int" or t == "unsigned int", 343 "bitfields can only appear in [unsigned] int types")
|
/external/grpc-grpc/src/objective-c/tests/ |
GRPCClientTests.m | 342 const unsigned char raw_bytes[] = {1, 2, 3, 4}; 514 unsigned int addr_len = sizeof(addr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
InstrProfData.inc | 377 getValueProfData(const unsigned char *SrcBuffer, 378 const unsigned char *const SrcBufferEnd,
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDAppClient.m | 342 (unsigned long)stream.videoTracks.count, 343 (unsigned long)stream.audioTracks.count);
|
/external/protobuf/js/binary/ |
writer.js | 919 * Writes an array numbers to the buffer as a repeated unsigned 32-bit int 930 * unsigned 32-bit int field. 944 * Writes an array numbers to the buffer as a repeated unsigned 64-bit int 955 * unsigned 64-bit int field. 988 * works for both signed and unsigned fixed32s. 1002 * works for both signed and unsigned fixed64s. [all...] |
/build/soong/apex/ |
apex_test.go | 322 ensureContains(t, apexRule.Output.String(), "myapex.apex.unsigned") 399 ensureContains(t, zipApexRule.Output.String(), "myapex.zipapex.unsigned") 1011 ensureContains(t, apexRule.Output.String(), "myapex.apex.unsigned") 1062 ensureContains(t, apexRule.Output.String(), "myapex.apex.unsigned") 1141 ensureContains(t, apexRule.Output.String(), "myapex.apex.unsigned") [all...] |
/external/capstone/arch/X86/ |
X86GenAsmWriter1_reduce.inc | [all...] |
X86GenAsmWriter_reduce.inc | [all...] |
/build/soong/finder/fs/ |
readdir.go | 145 // readInt returns the size-bytes unsigned integer in native byte order at offset off.
|
/build/soong/java/ |
app_builder.go | 68 unsignedApkName := strings.TrimSuffix(outputFile.Base(), ".apk") + "-unsigned.apk"
|