HomeSort by relevance Sort by last modified time
    Searched full:unsigned_int (Results 1 - 25 of 26) sorted by null

1 2

  /external/libweave/third_party/libuweave/src/
macaroon_encoding.c 30 static inline size_t uint_min_len_(uint32_t unsigned_int);
33 static bool blindly_encode_uint_(uint32_t unsigned_int,
44 uint32_t* unsigned_int);
64 uint32_t unsigned_int; local
65 if (!blindly_decode_uint_(cbor, cbor_len, &unsigned_int)) {
69 *first_item_len = uint_min_len_(unsigned_int) + 1;
74 *first_item_len += (size_t)unsigned_int;
84 bool uw_macaroon_encoding_encode_uint_(const uint32_t unsigned_int,
93 return blindly_encode_uint_(unsigned_int, buffer, buffer_size,
151 uint32_t* unsigned_int) {
390 uint32_t unsigned_int; local
    [all...]
macaroon_encoding.h 30 bool uw_macaroon_encoding_encode_uint_(const uint32_t unsigned_int,
57 uint32_t* unsigned_int);
macaroon_caveat_internal.h 35 uint32_t* unsigned_int);
macaroon_caveat.c 72 uint32_t unsigned_int,
87 if (!uw_macaroon_encoding_encode_uint_(unsigned_int, buffer + total_str_len,
306 uint32_t unsigned_int; local
308 &unsigned_int)) {
312 *type = (UwMacaroonCaveatType)unsigned_int;
534 uint32_t* unsigned_int) {
535 if (caveat == NULL || unsigned_int == NULL) {
558 caveat->bytes + offset, caveat->num_bytes - offset, unsigned_int);
  /external/vulkan-validation-layers/libs/glm/gtx/
unsigned_int.inl 7 // File : glm/gtx/unsigned_int.inl
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 307 typedef unsigned int unsigned_int; typedef
308 CPPUNIT_ASSERT( is_integer(unsigned_int()) == 1 );
353 typedef unsigned int unsigned_int; typedef
354 CPPUNIT_ASSERT( is_rational(unsigned_int()) == 0 );
limits_test.cpp 288 typedef unsigned int unsigned_int; typedef
289 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_int()));
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 307 typedef unsigned int unsigned_int; typedef
308 CPPUNIT_ASSERT( is_integer(unsigned_int()) == 1 );
353 typedef unsigned int unsigned_int; typedef
354 CPPUNIT_ASSERT( is_rational(unsigned_int()) == 0 );
limits_test.cpp 289 typedef unsigned int unsigned_int; typedef
290 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_int()));
  /external/deqp/scripts/opengl/
gen_str_util.py 87 "UNSIGNED_INT",
632 "UNSIGNED_INT",
  /external/opencv3/modules/core/src/
command_line_parser.cpp 46 if( type == Param::UNSIGNED_INT )
70 else if( type == Param::UNSIGNED_INT )
opengl.cpp     [all...]
gl_core_3_1.hpp 354 UNSIGNED_INT = 0x1405,
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 41 %typemap(m3rawtype) unsigned int, const unsigned int & "C.unsigned_int"
62 %typemap(m3rawintype) unsigned int *, unsigned int &, unsigned int "C.unsigned_int"
86 %typemap(m3rawrettype) unsigned int, const unsigned int & "C.unsigned_int"
    [all...]
  /external/libchrome/sandbox/win/src/
crosscall_params.h 52 uint32_t unsigned_int; member in union:sandbox::MultiType
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 678 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_INT ? "unsigned_int"
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 343 x.append( [4, ['INT', 'UNSIGNED_INT', 'FLOAT']] )
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 106 deUint32 uintVal; //!< Format is UNSIGNED_INT
240 deUint32 uintVal; //!< Format is UNSIGNED_INT
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 230 public static final int UNSIGNED_INT = 0x1405;
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 93 "unsigned_int", // INPUTTYPE_UNSIGNED_INT,
    [all...]
glsDrawTest.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /packages/apps/Browser2/test/webexposed/
global-interface-listing-expected.txt     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 3289 milliseconds

1 2