HomeSort by relevance Sort by last modified time
    Searched defs:integer (Results 76 - 100 of 204) sorted by null

1 2 34 5 6 7 8 9

  /external/tcpdump/
print-snmp.c 86 "Integer",
87 #define INTEGER 2
329 int32_t integer; member in union:be::__anon33535
512 case INTEGER: {
522 elem->data.integer = data;
727 ND_PRINT((ndo, "%d", elem->data.integer));
965 ok = (elem->data.integer >= smiRange->minValue.value.integer32
966 && elem->data.integer <= smiRange->maxValue.value.integer32);
1108 /* apply display hints (integer, octetstring) */
1143 == elem->data.integer) {
    [all...]
  /external/v8/src/compiler/
typer.cc 668 // We only handle integer induction variables (otherwise ranges
717 // If the type is not an integer, just skip the bound.
737 // If the type is not an integer, just skip the bound.
754 // the variable can go arbitrarily far, so just return integer.
1162 Type* const integer = typer_->cache_.kInteger; local
    [all...]
simplified-lowering.cc 501 Type* const integer = type_cache_.kInteger; local
502 if (!previous_type->Maybe(integer)) {
505 DCHECK(current_type->Maybe(integer));
508 Type::Intersect(current_type, integer, graph_zone());
510 Type::Intersect(previous_type, integer, graph_zone());
756 // Visit integer slot count to pop
    [all...]
  /hardware/libhardware/include/hardware/
keymaster_defs.h 38 KM_UINT_REP = 4 << 28, /* Repeatable integer value */
311 uint32_t integer; /* KM_INT and KM_INT_REP */ member in union:__anon41351::__anon41352
499 param.integer = value;
556 return KEYMASTER_SIMPLE_COMPARE(a->integer, b->integer);
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 212 * The arbitrary precision integer (unscaled value) in the internal
222 * The 32-bit integer scale in the internal representation of {@code BigDecimal}.
336 newScale = (long)scale - Integer.parseInt(scaleString);
543 * Constructs a new {@code BigDecimal} instance from the given big integer
551 * Constructs a new {@code BigDecimal} instance from the given big integer
2776 long integer = unscaledVal \/ sizeOfFraction; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1148 integer = integers variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1148 integer = integers variable
    [all...]
  /external/bison/src/
parse-gram.c 342 int integer; member in union:GRAM_STYPE
718 "\"end of file\"", "error", "$undefined", "\"string\"", "\"integer\"",
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 418 bool integer; member in struct:sglr::rc::VertexArray::VertexAttribArray
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 526 /* Vector Integer Word tests.*/
881 // Each VSX register holds two doubleword integer values
900 // Each VSX register holds 4 integer word values
1116 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go 38 type integer int type
72 {struct{ x (**integer) }{}, "**reflect_test.integer"},
88 c func(chan *integer, *int8)
91 "struct { c func(chan *reflect_test.integer, *int8) }",
194 {new(**integer), "**reflect_test.integer(0)"},
204 {new(struct{ c func(chan *integer, *int8) }),
205 "struct { c func(chan *reflect_test.integer, *int8) }{func(chan *reflect_test.integer, *int8)(0)}"
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go 38 type integer int type
72 {struct{ x (**integer) }{}, "**reflect_test.integer"},
88 c func(chan *integer, *int8)
91 "struct { c func(chan *reflect_test.integer, *int8) }",
194 {new(**integer), "**reflect_test.integer(0)"},
204 {new(struct{ c func(chan *integer, *int8) }),
205 "struct { c func(chan *reflect_test.integer, *int8) }{func(chan *reflect_test.integer, *int8)(0)}"
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h 493 ASN1_INTEGER * integer; member in union:asn1_type_st::__anon13347
    [all...]
  /external/swiftshader/src/Reactor/
Nucleus.cpp 935 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); local
937 storeValue(integer);
942 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); local
944 storeValue(integer);
949 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); local
951 storeValue(integer);
1201 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); local
1203 storeValue(integer);
1208 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); local
1210 storeValue(integer);
1455 Value *integer = Nucleus::createTrunc(cast.value, Short::getType()); local
1702 Value *integer = Nucleus::createTrunc(cast.value, UShort::getType()); local
1709 Value *integer = Nucleus::createTrunc(cast.value, UShort::getType()); local
3774 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); local
3781 Value *integer = Nucleus::createSExt(cast.value, Int::getType()); local
3788 Value *integer = Nucleus::createSExt(cast.value, Int::getType()); local
3795 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); local
3807 Value *integer = Nucleus::createTrunc(cast.value, Int::getType()); local
3814 Value *integer = Nucleus::createFPToSI(cast.value, Int::getType()); local
4125 Value *integer = Nucleus::createSExt(cast.value, Long::getType()); local
4132 Value *integer = Nucleus::createZExt(cast.value, Long::getType()); local
4252 Value *integer = Nucleus::createZExt(cast.value, UInt::getType()); local
4259 Value *integer = Nucleus::createTrunc(cast.value, UInt::getType()); local
4266 Value *integer = Nucleus::createFPToUI(cast.value, UInt::getType()); local
5957 Value *integer = Nucleus::createSIToFP(cast.value, Float::getType()); local
    [all...]
  /external/swiftshader/src/Shader/
Shader.hpp 250 // Integer opcodes
265 // Unsigned integer opcodes
407 int integer[4]; // For integer constants member in union:sw::Shader::Parameter::__anon30895
448 DestinationParameter() : mask(0xF), integer(false), saturate(false), partialPrecision(false), centroid(false), shift(0)
456 bool integer : 1; member in struct:sw::Shader::DestinationParameter
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 3621 long parse, integer; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 306 /* Integer type for pointers. */
1443 long int integer; local
1470 int integer; local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 351 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member in struct:snd_interval
894 } integer; member in union:snd_ctl_elem_info::__anon1281
929 } integer; member in union:snd_ctl_elem_value::__anon1286
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 129 public static MultiMap<Integer,Integer> validDelegations =
130 new MultiMap<Integer,Integer>() {
469 public Set<Integer> setOfNondeterministicDecisionNumbers = new HashSet<Integer>();
470 public Set<Integer> setOfNondeterministicDecisionNumbersResolvedWithPredicates =
471 new HashSet<Integer>();
766 List<Integer> validDelegators = validDelegations.get(delegate.type);
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 371 integer:1, member in struct:snd_interval
898 } integer; member in union:snd_ctl_elem_info::__anon21932
927 } integer; member in union:snd_ctl_elem_value::__anon21937
    [all...]
  /external/libcups/cups/
ipp.h 772 int integer; \/* Integer\/enumerated value *\/ member in union:_ipp_value_u
    [all...]
  /external/valgrind/VEX/switchback/
test_ppc_jm1.c 4485 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 331 integer:1, member in struct:snd_interval
857 } integer; member in union:snd_ctl_elem_info::__anon43193
892 } integer; member in union:snd_ctl_elem_value::__anon43198
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 348 integer:1, member in struct:snd_interval
851 } integer; member in union:snd_ctl_elem_info::__anon43309
880 } integer; member in union:snd_ctl_elem_value::__anon43314
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 336 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member in struct:snd_interval
864 } integer; member in union:snd_ctl_elem_info::__anon43458
899 } integer; member in union:snd_ctl_elem_value::__anon43463
    [all...]

Completed in 1770 milliseconds

1 2 34 5 6 7 8 9