Home
last modified time | relevance | path

Searched defs:step (Results 551 - 571 of 571) sorted by relevance

1...<<212223

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c5567 mpd_size_t x, step; in _mpd_get_transform_len() local
/third_party/sqlite/include/
H A Dsqlite3ext.h138 int (*step)(sqlite3_stmt*); member
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3461 static double step (double edge, double x) in step() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4410 static double step (double edge, double x) in step() function
/third_party/typescript/lib/
H A Dtsserverlibrary.js99 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
[all...]
H A Dtsserver.js100 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h3658 static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int step) in stbi__YCbCr_to_RGB_row() argument
3684 static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi_uc const *pcb, stbi_uc const *pcr, int count, int step) in stbi__YCbCr_to_RGB_simd() argument
[all...]
/third_party/backends/backend/
H A Dhp3900_rts8822.c2996 Motor_AddStep(SANE_Byte * steps, SANE_Int * bwriten, SANE_Int step) Motor_AddStep() argument
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h458 unsigned int step; /* samples distance in bits */ member
1117 long step; /* R: step (0 variable) */ member
1122 long long step; /* R: step (0 variable) */ member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12652 static T step(T edge, T val) in step() function
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc11058 uint64_t step = instr->ExtractBit(11) ? ReadXRegister(instr->GetRm()) in Simulator() local
14341 int step = 1; in Simulator() local
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c3632 unsigned char step = 0; in storeAtts() local
7038 unsigned char step = 0; in lookup() local
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c14254 Py_ssize_t start, stop, step, slicelength, i; in unicode_subscript() local
/third_party/python/Modules/expat/
H A Dxmlparse.c3589 unsigned char step = 0; in storeAtts() local
7060 unsigned char step = 0; in lookup() local
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/glfw/deps/
H A Dnuklear.h6005 union nk_property step; global() member
11761 float y_crossing, step, sign, area; nk_tt__fill_active_edges_new() local
11887 struct nk_tt__active_edge **step = &active; nk_tt__rasterize_sorted_edges() local
21105 nk_do_slider(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, float min, float val, float max, float step, const struct nk_style_slider *style, struct nk_input *in, const struct nk_user_font *font) nk_do_slider() argument
21228 nk_slide_float(struct nk_context *ctx, float min, float val, float max, float step) nk_slide_float() argument
21233 nk_slide_int(struct nk_context *ctx, int min, int val, int max, int step) nk_slide_int() argument
21240 nk_slider_int(struct nk_context *ctx, int min, int *val, int max, int step) nk_slider_int() argument
21512 nk_do_scrollbarv(nk_flags *state, struct nk_command_buffer *out, struct nk_rect scroll, int has_scrolling, float offset, float target, float step, float button_pixel_inc, const struct nk_style_scrollbar *style, struct nk_input *in, const struct nk_user_font *font) nk_do_scrollbarv() argument
21601 nk_do_scrollbarh(nk_flags *state, struct nk_command_buffer *out, struct nk_rect scroll, int has_scrolling, float offset, float target, float step, float button_pixel_inc, const struct nk_style_scrollbar *style, struct nk_input *in, const struct nk_user_font *font) nk_do_scrollbarh() argument
23804 nk_property_variant_int(int value, int min_value, int max_value, int step) nk_property_variant_int() argument
23815 nk_property_variant_float(float value, float min_value, float max_value, float step) nk_property_variant_float() argument
23826 nk_property_variant_double(double value, double min_value, double max_value, double step) nk_property_variant_double() argument
23938 nk_property_int(struct nk_context *ctx, const char *name, int min, int *val, int max, int step, float inc_per_pixel) nk_property_int() argument
23952 nk_property_float(struct nk_context *ctx, const char *name, float min, float *val, float max, float step, float inc_per_pixel) nk_property_float() argument
23966 nk_property_double(struct nk_context *ctx, const char *name, double min, double *val, double max, double step, float inc_per_pixel) nk_property_double() argument
23980 nk_propertyi(struct nk_context *ctx, const char *name, int min, int val, int max, int step, float inc_per_pixel) nk_propertyi() argument
23994 nk_propertyf(struct nk_context *ctx, const char *name, float min, float val, float max, float step, float inc_per_pixel) nk_propertyf() argument
24008 nk_propertyd(struct nk_context *ctx, const char *name, double min, double val, double max, double step, float inc_per_pixel) nk_propertyd() argument
24139 float step; nk_chart_push_line() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 302 milliseconds

1...<<212223