Home
last modified time | relevance | path

Searched defs:first (Results 1201 - 1225 of 1251) sorted by relevance

1...<<4142434445464748495051

/third_party/elfutils/src/
H A Dreadelf.c1749 bool first = true; in print_flags() local
6202 bool first = true; in print_debug_ranges_section() local
9803 bool first = true; print_debug_loc_section() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h5085 int first=1,k,interlace=0, color=0, is_iphone=0; stbi__parse_png_file() local
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h457 unsigned int first; /* offset to first sample in bits */ member
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp2037 int32_t unorm2_append(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument
2111 int32_t unorm2_normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, in unorm2_normalizeSecondAndAppend() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c2984 unsigned first = ordered_shaders[shader_count - 1]->info.stage; in radv_link_shaders() local
H A Dradv_cmd_buffer.c3007 unsigned first = ffs(instance_rate_inputs) - 1; in radv_instance_rate_prolog_index() local
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp393 void __indirect_glDrawArrays(GLenum mode, GLint first, GLsizei count) { } in __indirect_glDrawArrays() argument
592 void __indirect_glMultiDrawArrays(GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) { } in __indirect_glMultiDrawArrays() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c5564 create_temp_array(struct svga_shader_emitter_v10 *emit, unsigned arrayID, unsigned first, unsigned count, unsigned startIndex) create_temp_array() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c5221 ngtcp2_frame_chain **first = pfrc; in ngtcp2_conn_resched_frames() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc3095 bool first = true; in ThrowInternal() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc6677 Expression* first = expr->first(); VisitNaryLogicalOrExpression() local
6738 Expression* first = expr->first(); VisitNaryLogicalAndExpression() local
6800 Expression* first = expr->first(); VisitNaryNullishExpression() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1867 ImGuiStorage::Pair* first in LowerBound() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c3693 BOOL first = TRUE; in decode_modifiers() local
[all...]
H A Dpcre2_jit_compile.c8529 BOOL first = TRUE; do_extuni_utf() local
8597 BOOL first = TRUE; do_extuni_utf_invalid() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp652 bool first = true; in WriteCppReplayForCall() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp2408 void Context::depthRangeArrayv(GLuint first, GLsizei count, const GLdouble *v) in depthRangeArrayv() argument
2578 void Context::scissorArrayv(GLuint first, GLsizei count, const GLint *v) in scissorArrayv() argument
2642 void Context::viewportArrayv(GLuint first, GLsizei count, const GLfloat *v) in viewportArrayv() argument
2773 void Context::bindBuffersBase(GLenum target, GLuint first, GLsizei count, const BufferID *buffers) in bindBuffersBase() argument
2788 void Context::bindImageTextures(GLuint first, GLsizei count, const GLuint *textures) in bindImageTextures() argument
2793 void Context::bindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in bindSamplers() argument
2798 void Context::bindTextures(GLuint first, GLsizei count, const GLuint *textures) in bindTextures() argument
2803 void Context::bindVertexBuffers(GLuint first, in bindVertexBuffers() argument
2778 bindBuffersRange(GLenum target, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) bindBuffersRange() argument
3681 vertexArrayVertexBuffers(VertexArrayID vaobj, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizei *strides) vertexArrayVertexBuffers() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp784 bool Type::CanTypesShareLocation(TYPES first, TYPES second) in CanTypesShareLocation() argument
8716 const std::vector<GLubyte>& first = type.GenerateData(); test() local
10688 const std::vector<GLubyte>& first = type.GenerateData(); test() local
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc702 void Simulator::RunFrom(const Instruction* first) { in Simulator() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c7756 static void jsonenc_putsep(jsonenc *e, const char *str, bool *first) { in jsonenc_putsep() argument
7789 bool first = true; in jsonenc_fieldmask() local
7811 bool first in jsonenc_struct() local
7836 bool first = true; jsonenc_listvalue() local
7997 bool first = true; jsonenc_array() local
8014 bool first = true; jsonenc_map() local
8027 jsonenc_fieldval(jsonenc *e, const upb_fielddef *f, upb_msgval val, bool *first) jsonenc_fieldval() argument
8053 bool first = true; jsonenc_msgfields() local
[all...]
/third_party/python/Lib/test/
H A Dtest_enum.py233 def first(self): member in _EnumTests.setUp.BaseEnum
236 first = auto() variable in _EnumTests.setUp.MainEnum
248 first = auto() variable in _EnumTests.setUp.NewStrEnum
254 first = auto() variable in _EnumTests.setUp.NewFormatEnum
262 first = auto() variable in _EnumTests.setUp.NewStrFormatEnum
271 first = auto() variable in _EnumTests.setUp.NewSubEnum
615 first = auto() global() variable in _EnumTests.test_repr_override.Generic
1935 first = (1, 'for the money') global() variable in TestSpecial.test_tuple_subclass.SomeTuple
1946 first = () global() variable in TestSpecial.test_duplicate_values_give_unique_enum_items.AutoNumber
[all...]
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c2610 wpa_driver_nl80211_finish_drv_init(struct wpa_driver_nl80211_data *drv, const u8 *set_addr, int first, const char *driver_params) wpa_driver_nl80211_finish_drv_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c3015 wpa_driver_nl80211_finish_drv_init(struct wpa_driver_nl80211_data *drv, const u8 *set_addr, int first, const char *driver_params) wpa_driver_nl80211_finish_drv_init() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp76 void INTERNAL_GL_APIENTRY glBindImageTexturesNULL(GLuint first, in glBindImageTexturesNULL() argument
87 void INTERNAL_GL_APIENTRY glBindSamplersNULL(GLuint first, GLsizei count, const GLuint *samplers) {} in glBindSamplersNULL() argument
93 void INTERNAL_GL_APIENTRY glBindTexturesNULL(GLuint first, GLsizei count, const GLuint *textures) {} in glBindTexturesNULL() argument
105 void INTERNAL_GL_APIENTRY glBindVertexBuffersNULL(GLuint first, in glBindVertexBuffersNULL() argument
640 void INTERNAL_GL_APIENTRY glDepthRangeArrayvNULL(GLuint first, GLsizei count, const GLdouble *v) {} in glDepthRangeArrayvNULL() argument
668 void INTERNAL_GL_APIENTRY glDrawArraysNULL(GLenum mode, GLint first, GLsizei count) {} in glDrawArraysNULL() argument
40 glBindBuffersBaseNULL(GLenum target, GLuint first, GLsizei count, const GLuint *buffers) glBindBuffersBaseNULL() argument
46 glBindBuffersRangeNULL(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) glBindBuffersRangeNULL() argument
672 glDrawArraysInstancedNULL(GLenum mode, GLint first, GLsizei count, GLsizei instancecount) glDrawArraysInstancedNULL() argument
678 glDrawArraysInstancedBaseInstanceNULL(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) glDrawArraysInstancedBaseInstanceNULL() argument
1767 glMultiDrawArraysNULL(GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) glMultiDrawArraysNULL() argument
2311 glScissorArrayvNULL(GLuint first, GLsizei count, const GLint *v) glScissorArrayvNULL() argument
2998 glVertexArrayVertexBuffersNULL(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) glVertexArrayVertexBuffersNULL() argument
3243 glViewportArrayvNULL(GLuint first, GLsizei count, const GLfloat *v) glViewportArrayvNULL() argument
[all...]

Completed in 242 milliseconds

1...<<4142434445464748495051