/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ZoneMeta.java | 520 public static UResourceBundle openOlsonResource(UResourceBundle top, Strin argument [all...] |
/third_party/mesa3d/src/broadcom/common/ |
H A D | v3d_tiling.c | 180 bool top = mb_pixel_y < utile_h; in v3d_get_uif_pixel_offset() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_viewport.c | 190 float left, top, right, bottom, max_range, guardband_x, guardband_y; in r600_emit_guardband() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_viewport.c | 267 float left, top, right, bottom, max_range, guardband_x, guardband_y; in si_emit_guardband() local
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | protocol_core_test.cc | 188 TestTypeComposite top; in CompositeParsingTest() local
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | pow.c | 169 uint64_t ki, idx, top, sbits; in exp_inline() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | pow.c | 169 uint64_t ki, idx, top, sbits; in exp_inline() local
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | pow.c | 169 uint64_t ki, idx, top, sbits; in exp_inline() local
|
/third_party/musl/src/math/ |
H A D | pow.c | 169 uint64_t ki, idx, top, sbits; in exp_inline() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread_varray.c | 582 struct glthread_client_attrib *top = in _mesa_glthread_PushClientAttrib() local 613 struct glthread_client_attrib *top in _mesa_glthread_PopClientAttrib() local [all...] |
H A D | matrix.c | 103 matrix_frustum(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_frustum() argument 146 _mesa_Frustum( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_Frustum() argument 160 _mesa_MatrixFrustumEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixFrustumEXT() argument 180 matrix_ortho(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_ortho() argument 227 _mesa_Ortho( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_Ortho() argument 241 _mesa_MatrixOrthoEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixOrthoEXT() argument [all...] |
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_framebuffer.c | 272 nir_ssa_def *top = in pan_pack_unorm_1010102() local
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | spill-placer.cc | 431 TopLevelLiveRange* top = data()->live_ranges()[vreg_to_spill]; in SecondBackwardPass() local 467 TopLevelLiveRange* top = data()->live_ranges()[vreg]; in CommitSpill() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | free-list.h | 89 FreeSpace top() { return top_; } in top() function in v8::internal::FreeListCategory 90 void set_top(FreeSpace top) { top_ = top; } in set_top() argument 242 FreeListCategory* top(FreeListCategoryType type) const { in top() function in v8::internal::FreeList
|
H A D | spaces.h | 452 Address top() const { return allocation_info_.top(); } in top() function in v8::internal::LocalAllocationBuffer 472 Address top() const { return allocation_info_->top(); } in top() function in v8::internal::SpaceWithLinearArea [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn() argument 354 int top = a->top, i; in BN_nist_mod_192() local 490 int top = a->top, in BN_nist_mod_224() local 662 int i, top = a->top; BN_nist_mod_256() local 899 int i, top = a->top; BN_nist_mod_384() local 1159 int top = a->top, i; BN_nist_mod_521() local [all...] |
H A D | bn_local.h | 248 int top; /* Index of last used d +1. */ member [all...] |
H A D | bn_exp.c | 515 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument 533 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument 614 int top; BN_mod_exp_mont_consttime() local [all...] |
H A D | bn_gf2m.c | 626 int top = p->top; BN_GF2m_mod_inv_vartime() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 402 int top = 0; in encoder_process() local
|
/third_party/python/Include/cpython/ |
H A D | pystate.h | 78 size_t top; member
|
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 507 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument 525 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument 606 int top; BN_mod_exp_mont_consttime() local [all...] |
H A D | bn_gf2m.c | 627 int top = p->top; BN_GF2m_mod_inv_vartime() local [all...] |
H A D | bn_nist.c | 276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn() argument 332 int top = a->top, i; in BN_nist_mod_192() local 468 int top = a->top, in BN_nist_mod_224() local 640 int i, top = a->top; BN_nist_mod_256() local 877 int i, top = a->top; BN_nist_mod_384() local 1137 int top = a->top, i; BN_nist_mod_521() local [all...] |
H A D | bn_local.h | 248 int top; /* Index of last used d +1. */ member [all...] |