HomeSort by relevance Sort by last modified time
    Searched full:size3 (Results 1 - 20 of 20) sorted by null

  /external/flac/include/share/
alloc.h 94 static inline void *safe_malloc_add_3op_(size_t size1, size_t size2, size_t size3)
99 size3 += size2;
100 if(size3 < size2)
102 return safe_malloc_(size3);
105 static inline void *safe_malloc_add_4op_(size_t size1, size_t size2, size_t size3, size_t size4)
110 size3 += size2;
111 if(size3 < size2)
113 size4 += size3;
114 if(size4 < size3)
121 static inline void *safe_malloc_mul_3op_(size_t size1, size_t size2, size_t size3)
    [all...]
  /external/lzma/C/
Bcj2.h 29 const Byte *buf3, SizeT size3,
Bcj2.c 39 const Byte *buf3, SizeT size3,
54 bufferLim = buffer + size3;
  /device/google/contexthub/firmware/inc/algos/
mat.h 34 struct Size3 {
78 void mat33DecomposeLup(struct Mat33 *LU, struct Size3 *pivot);
82 void mat33Solve(const struct Mat33 *A, struct Vec3 *x, const struct Vec3 *b, const struct Size3 *pivot);
  /external/bison/lib/
xsize.h 71 xsum3 (size_t size1, size_t size2, size_t size3)
73 return xsum (xsum (size1, size2), size3);
81 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4)
83 return xsum (xsum (xsum (size1, size2), size3), size4);
  /external/e2fsprogs/intl/
xsize.h 68 xsum3 (size_t size1, size_t size2, size_t size3)
70 return xsum (xsum (size1, size2), size3);
78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4)
80 return xsum (xsum (xsum (size1, size2), size3), size4);
  /bionic/tests/
sched_test.cpp 211 size_t size3 = CPU_ALLOC_SIZE(set_size3); local
218 CPU_ZERO_S(size3, set3);
222 CPU_SET_S(1, size3, set2);
226 ASSERT_EQ(i == 0, CPU_ISSET_S(i, size3, set3));
231 ASSERT_EQ(i == 0 || i == 1, CPU_ISSET_S(i, size3, set3));
236 ASSERT_EQ(i == 1, CPU_ISSET_S(i, size3, set3));
  /external/vulkan-validation-layers/libs/glm/gtx/
std_based_type.hpp 60 typedef detail::tvec3<std::size_t, defaultp> size3; typedef in namespace:glm
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraDeviceReport.java 95 SizeF size3 = p.get(CameraCharacteristics.SENSOR_INFO_PHYSICAL_SIZE); local
96 Log.v(TAG, "SENSOR_INFO_PHYSICAL_SIZE: " + size3.getWidth() + "x" + size3.getHeight());
  /device/google/contexthub/firmware/src/algos/
mat.c 249 void mat33DecomposeLup(struct Mat33 *LU, struct Size3 *pivot)
304 void mat33Solve(const struct Mat33 *A, struct Vec3 *x, const struct Vec3 *b, const struct Size3 *pivot)
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 136 GV.SIZE3 = size_str(3)
spreadsheet.py 54 HEADERS = ['', 'size0', 'size1', 'size2', 'size3', 'size4', 'size5', 'size6',
80 'E': 'size3', 'F': 'size2', 'G': 'size1', 'H': 'size0' }
test_conf.py     [all...]
  /external/skia/tests/
MatrixTest.cpp 151 size_t size3 = m2.readFromMemory(buffer, kBufferSize); local
152 REPORTER_ASSERT(reporter, size1 == size3);
156 size3 = m2.writeToMemory(buffer2);
157 REPORTER_ASSERT(reporter, size1 == size3);
    [all...]
PathTest.cpp 2252 size_t size3 = p2.readFromMemory(buffer, 1024); local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java 326 Log.i(TAG, "Collected sensor events size3=" +
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 776 size = 3; goto size3;
813 size3 : target[2] = static_cast<uint8>((part0 >> 14) | 0x80);
  /external/v8/test/unittests/wasm/
ast-decoder-unittest.cc 2012 byte size3[] = {kExprLoadGlobal, 1 | 0x80, 2}; local
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 
  /external/llvm/docs/
LangRef.rst     [all...]

Completed in 1214 milliseconds