Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 4301) sorted by relevance

12345678910>>...173

/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js108 readInt8(offset) { argument
117 readInt16BE(offset) { argument
126 readInt16LE(offset) { argument
135 readInt32BE(offset) { argument
144 readInt32LE(offset) { argument
153 readBigInt64BE(offset) { argument
163 readBigInt64LE(offset) { argument
175 writeInt8(value, offset) { argument
187 insertInt8(value, offset) { argument
198 writeInt16BE(value, offset) { argument
[all …]
/third_party/node/lib/internal/
Dbuffer.js51 function checkBounds(buf, offset, byteLength) { argument
57 function checkInt(value, min, max, buf, offset, byteLength) { argument
91 function readBigUInt64LE(offset = 0) { argument
111 function readBigUInt64BE(offset = 0) { argument
131 function readBigInt64LE(offset = 0) { argument
149 function readBigInt64BE(offset = 0) { argument
167 function readUIntLE(offset, byteLength) { argument
186 function readUInt48LE(buf, offset = 0) { argument
200 function readUInt40LE(buf, offset = 0) { argument
214 function readUInt32LE(offset = 0) { argument
[all …]
/third_party/mbedtls/library/
Dcommon.h95 #define MBEDTLS_GET_UINT32_BE( data , offset ) \ argument
114 #define MBEDTLS_PUT_UINT32_BE( n, data, offset ) \ argument
133 #define MBEDTLS_GET_UINT32_LE( data, offset ) \ argument
152 #define MBEDTLS_PUT_UINT32_LE( n, data, offset ) \ argument
171 #define MBEDTLS_GET_UINT16_LE( data, offset ) \ argument
188 #define MBEDTLS_PUT_UINT16_LE( n, data, offset ) \ argument
205 #define MBEDTLS_GET_UINT16_BE( data, offset ) \ argument
222 #define MBEDTLS_PUT_UINT16_BE( n, data, offset ) \ argument
239 #define MBEDTLS_GET_UINT24_BE( data , offset ) \ argument
257 #define MBEDTLS_PUT_UINT24_BE( n, data, offset ) \ argument
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/comp/
Dstruct-packing.comp.json31 "offset" : 0, number
37 "offset" : 8 number
47 "offset" : 0 number
52 "offset" : 12 number
68 "offset" : 0, number
74 "offset" : 16 number
84 "offset" : 0 number
89 "offset" : 8 number
99 "offset" : 0 number
115 "offset" : 0, number
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DListFieldSchema.java48 abstract <L> List<L> mutableListAt(Object msg, long offset); in mutableListAt()
50 abstract void makeImmutableListAt(Object msg, long offset); in makeImmutableListAt()
52 abstract <L> void mergeListsAt(Object msg, Object otherMsg, long offset); in mergeListsAt()
69 <L> List<L> mutableListAt(Object message, long offset) { in mutableListAt()
74 void makeImmutableListAt(Object message, long offset) { in makeImmutableListAt()
94 private static <L> List<L> mutableListAt(Object message, long offset, int additionalCapacity) { in mutableListAt()
125 <E> void mergeListsAt(Object msg, Object otherMsg, long offset) { in mergeListsAt()
140 static <E> List<E> getList(Object message, long offset) { in getList()
149 <L> List<L> mutableListAt(Object message, long offset) { in mutableListAt()
162 void makeImmutableListAt(Object message, long offset) { in makeImmutableListAt()
[all …]
DUnsafeUtil.java120 static byte getByte(Object target, long offset) { in getByte()
124 static void putByte(Object target, long offset, byte value) { in putByte()
128 static int getInt(Object target, long offset) { in getInt()
132 static void putInt(Object target, long offset, int value) { in putInt()
136 static long getLong(Object target, long offset) { in getLong()
140 static void putLong(Object target, long offset, long value) { in putLong()
144 static boolean getBoolean(Object target, long offset) { in getBoolean()
148 static void putBoolean(Object target, long offset, boolean value) { in putBoolean()
152 static float getFloat(Object target, long offset) { in getFloat()
156 static void putFloat(Object target, long offset, float value) { in putFloat()
[all …]
/third_party/FreeBSD/stand/kshim/
Dbsd_busspace.c73 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_read_multi_1()
82 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_read_multi_2()
91 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_read_multi_4()
102 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_write_multi_1()
113 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_write_multi_2()
124 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_write_multi_4()
135 bus_size_t offset, uint8_t data) in bus_space_write_1()
142 bus_size_t offset, uint16_t data) in bus_space_write_2()
149 bus_size_t offset, uint32_t data) in bus_space_write_4()
155 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_1()
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dproperties.c48 prop_copy_ensure_buffer (guint8 ** buffer, guint64 * bsize, guint64 * offset, in prop_copy_ensure_buffer()
59 guint64 * offset) in copy_func()
89 guint64 * offset) in prop_copy_uint8()
96 guint64 * offset) in prop_copy_uint16()
104 guint64 * offset) in prop_copy_uint32()
112 guint64 * offset) in prop_copy_uint64()
120 guint64 * offset) in prop_copy_int32()
136 guint64 * offset) in prop_copy_fourcc()
158 guint64 * size, guint64 * offset) in prop_copy_fixed_size_string()
180 guint64 * size, guint64 * offset) in prop_copy_size_string()
[all …]
/third_party/node/deps/uvwasi/src/
Dwasi_serdes.c5 size_t offset, in uvwasi_serdes_write_uint64_t()
12 size_t offset, in uvwasi_serdes_write_uint32_t()
19 size_t offset, in uvwasi_serdes_write_uint16_t()
26 size_t offset, in uvwasi_serdes_write_uint8_t()
31 uint64_t uvwasi_serdes_read_uint64_t(const void* ptr, size_t offset) { in uvwasi_serdes_read_uint64_t()
37 uint32_t uvwasi_serdes_read_uint32_t(const void* ptr, size_t offset) { in uvwasi_serdes_read_uint32_t()
43 uint16_t uvwasi_serdes_read_uint16_t(const void* ptr, size_t offset) { in uvwasi_serdes_read_uint16_t()
49 uint8_t uvwasi_serdes_read_uint8_t(const void* ptr, size_t offset) { in uvwasi_serdes_read_uint8_t()
201 size_t offset, in uvwasi_serdes_read_iovec_t()
218 size_t offset, in uvwasi_serdes_readv_ciovec_t()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontData.java89 protected FontData(FontData data, int offset, int length) { in FontData()
100 protected FontData(FontData data, int offset) { in FontData()
115 public boolean bound(int offset, int length) { in bound()
133 public boolean bound(int offset) { in bound()
149 public abstract FontData slice(int offset, int length); in slice()
158 public abstract FontData slice(int offset); in slice()
196 protected final int boundOffset(int offset) { in boundOffset()
207 protected final int boundLength(int offset, int length) { in boundLength()
211 protected final boolean boundsCheck(int offset, int length) { in boundsCheck()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontData.java89 protected FontData(FontData data, int offset, int length) { in FontData()
100 protected FontData(FontData data, int offset) { in FontData()
115 public boolean bound(int offset, int length) { in bound()
133 public boolean bound(int offset) { in bound()
149 public abstract FontData slice(int offset, int length); in slice()
158 public abstract FontData slice(int offset); in slice()
196 protected final int boundOffset(int offset) { in boundOffset()
207 protected final int boundLength(int offset, int length) { in boundLength()
211 protected final boolean boundsCheck(int offset, int length) { in boundsCheck()
/third_party/mesa3d/src/glx/
Dpackrender.h157 #define __GLX_PUT_CHAR(offset,a) \ argument
163 #define __GLX_PUT_SHORT(offset,a) \ argument
169 #define __GLX_PUT_LONG(offset,a) \ argument
175 #define __GLX_PUT_FLOAT(offset,a) \ argument
181 #define __GLX_PUT_DOUBLE(offset,a) \ argument
187 #define __GLX_PUT_CHAR_ARRAY(offset,a,alen) \ argument
190 #define __GLX_PUT_SHORT_ARRAY(offset,a,alen) \ argument
193 #define __GLX_PUT_LONG_ARRAY(offset,a,alen) \ argument
196 #define __GLX_PUT_FLOAT_ARRAY(offset,a,alen) \ argument
199 #define __GLX_PUT_DOUBLE_ARRAY(offset,a,alen) \ argument
/third_party/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.h10 #define read_lock(fd, offset, whence, len) \ argument
12 #define write_lock(fd, offset, whence, len) \ argument
14 #define un_lock(fd, offset, whence, len) \ argument
16 #define readb_lock(fd, offset, whence, len) \ argument
18 #define writeb_lock(fd, offset, whence, len) \ argument
20 #define unb_lock(fd, offset, whence, len) \ argument
/third_party/lwip/test/unit/mdns/
Dtest_mdns.c44 u16_t offset; in START_TEST() local
63 u16_t offset; in START_TEST() local
82 u16_t offset; in START_TEST() local
107 u16_t offset; in START_TEST() local
163 u16_t offset; in START_TEST() local
188 u16_t offset; in START_TEST() local
217 u16_t offset; in START_TEST() local
251 u16_t offset; in START_TEST() local
277 u16_t offset; in START_TEST() local
299 u16_t offset; in START_TEST() local
[all …]
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.c66 const size_t offset, /**< distance from the start of the container */ in re_bytecode_insert()
94 const uint32_t offset, /**< distance from the start of the container */ in re_insert_byte()
125 const uint32_t offset, /**< distance from the start of the container */ in re_insert_opcode()
244 const uint32_t offset, /**< bytecode offset */ in re_insert_value()
304 const uint32_t offset, /**< bytecode offset */ in re_insert_char()
390 …const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, byt… in re_dump_bytecode() local
397 …const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, byt… in re_dump_bytecode() local
416 …const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, byt… in re_dump_bytecode() local
437 …const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, byt… in re_dump_bytecode() local
484 …const uint32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, byt… in re_dump_bytecode() local
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dgen4_blorp_exec.h25 dynamic_state_address(struct blorp_batch *blorp_batch, uint32_t offset) in dynamic_state_address()
37 instruction_state_address(struct blorp_batch *blorp_batch, uint32_t offset) in instruction_state_address()
52 uint32_t offset; in blorp_emit_vs_state() local
73 uint32_t offset; in blorp_emit_sf_state() local
107 uint32_t offset; in blorp_emit_wm_state() local
161 uint32_t offset; in blorp_emit_color_calc_state() local
/third_party/flutter/skia/samplecode/
DSampleClipDrawMatch.cpp45 SkRect create_rect(const SkPoint& offset) { in create_rect()
51 SkRRect create_rrect(const SkPoint& offset) { in create_rrect()
57 SkRRect create_circle(const SkPoint& offset) { in create_circle()
63 SkPath create_convex_path(const SkPoint& offset) { in create_convex_path()
73 SkPath create_concave_path(const SkPoint& offset) { in create_concave_path()
89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom()
164 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawClippedGeom()
223 void drawGeometry(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawGeometry()
239 SkPoint offset; in onDrawContent() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DLocaleIDs.java52 int offset = findIndex(_countries, country); in getISO3Country() local
74 int offset = findIndex(_languages, language); in getISO3Language() local
89 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage() local
105 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion() local
453 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID() local
461 int offset = findIndex(_obsoleteLanguages, oldID); in getCurrentLanguageID() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleIDs.java53 int offset = findIndex(_countries, country); in getISO3Country() local
76 int offset = findIndex(_languages, language); in getISO3Language() local
91 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage() local
107 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion() local
455 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID() local
463 int offset = findIndex(_obsoleteLanguages, oldID); in getCurrentLanguageID() local
/third_party/libdrm/tests/tegra/
Ddrm-test-tegra.h29 #define HOST1X_OPCODE_SETCL(offset, classid, mask) \ argument
31 #define HOST1X_OPCODE_INCR(offset, count) \ argument
33 #define HOST1X_OPCODE_NONINCR(offset, count) \ argument
35 #define HOST1X_OPCODE_MASK(offset, mask) \ argument
37 #define HOST1X_OPCODE_IMM(offset, data) \ argument
/third_party/flutter/skia/src/codec/
DSkSwizzler.cpp19 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy()
28 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
38 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
48 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
58 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6()
69 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8()
89 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale()
114 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32()
137 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565()
160 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_f16()
[all …]
/third_party/skia/src/codec/
DSkSwizzler.cpp19 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy()
28 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
38 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
48 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
58 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6()
69 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8()
89 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale()
114 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32()
137 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565()
160 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_f16()
[all …]
/third_party/elfio/elfio/
Delfio_relocation.hpp88 Elf64_Addr& offset, in get_entry()
123 Elf64_Addr& offset, in get_entry()
190 Elf64_Addr offset, in set_entry()
224 void add_entry( Elf64_Addr offset, Elf_Xword info ) in add_entry()
235 void add_entry( Elf64_Addr offset, Elf_Word symbol, unsigned type ) in add_entry()
249 void add_entry( Elf64_Addr offset, Elf_Xword info, Elf_Sxword addend ) in add_entry()
260 void add_entry( Elf64_Addr offset, in add_entry()
285 Elf64_Addr offset, in add_entry()
297 Elf64_Addr offset = 0; in swap_symbols() local
323 Elf64_Addr& offset, in generic_get_entry_rel()
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dbitmap.h12 unsigned long offset = nr / BITS_IN_LONG; in test_bit() local
19 unsigned long offset = nr / BITS_IN_LONG; in set_bit() local
26 unsigned long offset = nr / BITS_IN_LONG; in clear_bit() local
33 unsigned long offset = nr / BITS_IN_LONG; in test_and_set_bit() local
43 unsigned long offset = nr / BITS_IN_LONG; in test_and_clear_bit() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_data.cc31 void FontData::Bound(int32_t offset, int32_t length) { in Bound()
64 FontData::FontData(FontData* data, int32_t offset, int32_t length) { in FontData()
69 FontData::FontData(FontData* data, int32_t offset) { in FontData()
88 int32_t FontData::BoundLength(int32_t offset, int32_t length) const { in BoundLength()

12345678910>>...173