HomeSort by relevance Sort by last modified time
    Searched defs:align_to (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/compiler/aot/
runtime.cc 58 size_t align_to(size_t n, size_t align) { function in namespace:tensorflow::tfcompile::runtime::__anon38695
68 total += align_to(sizes[i], kAlign);
92 pos += align_to(sizes[i], kAlign);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
WsbmWrapper.c 35 static inline uint32_t align_to(uint32_t arg, uint32_t align) function
162 ATRACE("size %d", align_to(size, 4096));
180 align_to(size, 4096), NULL, NULL, 0,
201 ATRACE("size %d", align_to(size, 4096));
218 ret = wsbmBOData(wsbmBuf, align_to(size, 4096), NULL, NULL, 0);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
WsbmWrapper.c 36 static inline uint32_t align_to(uint32_t arg, uint32_t align) function
163 ALOGTRACE("size %d", align_to(size, 4096));
181 align_to(size, 4096), NULL, NULL, 0,
201 ALOGTRACE("size %d", align_to(size, 4096));
218 ret = wsbmBOData(wsbmBuf, align_to(size, 4096), NULL, NULL, 0);
  /external/v8/src/compiler/
frame.h 139 int align_to = (width & 15) == 0 ? 16 : (width & 7) == 0 ? 8 : kPointerSize; local
141 RoundUp(frame_slot_count_ + new_frame_slots, align_to / kPointerSize);
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 106 static inline uint32_t align_to(uint32_t arg, uint32_t align) function in namespace:android::intel
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 106 static inline uint32_t align_to(uint32_t arg, uint32_t align) function in namespace:android::intel
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mips.c 6323 int align_to; member in struct:fix_24k_store_info
    [all...]

Completed in 352 milliseconds