/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-input.c | 816 gulong a_offset, guchar * a_byte) in cr_input_peek_byte() argument 826 abs_offset = PRIVATE (a_this)->next_byte_index - 1 + a_offset; in cr_input_peek_byte() 830 abs_offset = a_offset; in cr_input_peek_byte() 834 abs_offset = PRIVATE (a_this)->in_buf_size - 1 - a_offset; in cr_input_peek_byte() 867 cr_input_peek_byte2 (CRInput const * a_this, gulong a_offset, gboolean * a_eof) in cr_input_peek_byte2() argument 877 status = cr_input_peek_byte (a_this, CR_SEEK_CUR, a_offset, &result); in cr_input_peek_byte2() 898 cr_input_get_byte_addr (CRInput * a_this, gulong a_offset) in cr_input_get_byte_addr() argument 902 if (a_offset >= PRIVATE (a_this)->nb_bytes) { in cr_input_get_byte_addr() 906 return &PRIVATE (a_this)->in_buf[a_offset]; in cr_input_get_byte_addr() 919 cr_input_get_cur_byte_addr (CRInput * a_this, guchar ** a_offset) in cr_input_get_cur_byte_addr() argument [all …]
|
D | cr-input.h | 107 gulong a_offset, guchar *a_byte) ; 110 cr_input_peek_byte2 (CRInput const *a_this, gulong a_offset, 118 gulong a_offset) ; 121 cr_input_get_cur_byte_addr (CRInput *a_this, guchar ** a_offset) ;
|
D | cr-tknzr.h | 84 enum CRStatus cr_tknzr_peek_byte (CRTknzr *a_this, gulong a_offset, 87 guchar cr_tknzr_peek_byte2 (CRTknzr *a_this, gulong a_offset,
|
D | cr-tknzr.c | 166 #define PEEK_BYTE(a_tknzr, a_offset, a_byte_ptr) \ argument 168 a_offset, \ 1802 cr_tknzr_peek_byte (CRTknzr * a_this, gulong a_offset, guchar * a_byte) in cr_tknzr_peek_byte() argument 1816 CR_SEEK_CUR, a_offset, a_byte); in cr_tknzr_peek_byte() 1830 cr_tknzr_peek_byte2 (CRTknzr * a_this, gulong a_offset, gboolean * a_eof) in cr_tknzr_peek_byte2() argument 1835 return cr_input_peek_byte2 (PRIVATE (a_this)->input, a_offset, a_eof); in cr_tknzr_peek_byte2()
|
D | cr-parser.c | 265 #define PEEK_BYTE(a_parser, a_offset, a_byte_ptr) \ argument 267 a_offset, \ 271 #define BYTE(a_parser, a_offset, a_eof) \ argument 272 cr_tknzr_peek_byte2 (PRIVATE (a_this)->tknzr, a_offset, a_eof)
|
/third_party/boost/libs/multiprecision/performance/ |
D | linpack-benchmark.cpp | 306 integer a_dim1, a_offset, i__1, i__2; in matgen_() local 315 a_offset = 1 + a_dim1; in matgen_() 316 a -= a_offset; in matgen_() 362 integer a_dim1, a_offset, i__1, i__2, i__3; in dgefa_() local 418 a_offset = 1 + a_dim1; in dgefa_() 419 a -= a_offset; in dgefa_() 500 integer a_dim1, a_offset, i__1, i__2; in dgesl_() local 565 a_offset = 1 + a_dim1; in dgesl_() 566 a -= a_offset; in dgesl_() 994 integer a_dim1, a_offset, b_dim1, b_offset, c_dim1, c_offset, i__1, i__2; in mm_() local [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | write-qt.c | 368 unsigned int a_offset = peek_u32 (a + 4); in cmp_hashes() local 371 if (a_offset != b_offset) in cmp_hashes() 372 return (a_offset >= b_offset ? 1 : -1); in cmp_hashes()
|
/third_party/grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 209 size_t a_offset = static_cast<size_t>(a->slices - a->base_slices); in grpc_slice_buffer_swap() local 212 size_t a_count = a->count + a_offset; in grpc_slice_buffer_swap() 242 b->slices = b->base_slices + a_offset; in grpc_slice_buffer_swap()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_rescale_enc.c | 149 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() local 150 WebPCopyPlane(pic->a + a_offset, pic->a_stride, in WebPPictureCrop()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_rescale_enc.c | 149 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() local 150 WebPCopyPlane(pic->a + a_offset, pic->a_stride, in WebPPictureCrop()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfswipe.c | 1724 unsigned char * a_offset; in destroy_record() local 1781 a_offset = ((unsigned char *) ctx->attr in destroy_record() 1785 fill_buffer(pass, a_offset, in destroy_record() 1851 a_offset = ((unsigned char *) ctx->attr in destroy_record() 1857 fill_buffer (pass, a_offset, in destroy_record()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 566 int a_offset, b_offset; in hasSameBehavior() local 577 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 582 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/third_party/python/Python/ |
D | compile.c | 5434 int a_offset; /* offset into bytecode */ member 5611 d_bytecode = (a->a_offset - a->a_lineno_off) * sizeof(_Py_CODEUNIT); in assemble_lnotab() 5699 a->a_lineno_off = a->a_offset; in assemble_lnotab() 5719 if (a->a_offset + size >= len / (int)sizeof(_Py_CODEUNIT)) { in assemble_emit() 5725 code = (_Py_CODEUNIT *)PyBytes_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit() 5726 a->a_offset += size; in assemble_emit() 6062 if (_PyBytes_Resize(&a.a_bytecode, a.a_offset * sizeof(_Py_CODEUNIT)) < 0) in assemble()
|
/third_party/quickjs/ |
D | libbf.c | 909 slimb_t d, a_offset, b_bit_offset, i, cancelled_bits; in bf_add_internal() local 932 a_offset = a->len - r_len; in bf_add_internal() 944 ap = a_offset + i; in bf_add_internal() 965 i = bf_min(i, -a_offset); in bf_add_internal() 984 v1 = get_limbz(a, a_offset + i); in bf_add_internal() 6643 slimb_t d, a_offset, b_offset, i, r_len; in bfdec_add_internal() local 6659 a_offset = r_len - a->len; in bfdec_add_internal() 6660 for(i = 0; i < a_offset; i++) in bfdec_add_internal() 6663 r->tab[a_offset + i] = a->tab[i]; in bfdec_add_internal()
|