Searched refs:old_length (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XERqsts.c | 39 #define GetOldReq(name, req, old_length) \ 45 req->length = old_length>>2;\ 46 dpy->bufptr += old_length;\ 50 #define GetOldReq(name, req, old_length) \ 56 req->length = old_length>>2;\ 57 dpy->bufptr += old_length;\
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_textedit.h | 504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length); 1328 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) argument 1331 STB_TEXTEDIT_CHARTYPE *p = stb_text_createundo(&state->undostate, where, old_length, new_length); 1333 for (i=0; i < old_length; ++i)
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 931 size_t old_length = captured_stderr_.length(); local in function:testing::internal::FuchsiaDeathTest::Wait 933 captured_stderr_.resize(old_length + kBufferSize); 935 0, &captured_stderr_.front() + old_length, kBufferSize, 937 captured_stderr_.resize(old_length + bytes_read);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_textedit.h | 504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length); 1328 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) argument 1331 STB_TEXTEDIT_CHARTYPE *p = stb_text_createundo(&state->undostate, where, old_length, new_length); 1333 for (i=0; i < old_length; ++i)
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 1184 int old_length = glsl_array_size(var->type); local in function:dxil_nir_split_clip_cull_distance_instr 1185 int new_length = (old_length + var->data.location_frac) - 4; 1186 old_length -= new_length; 1195 var->type = glsl_array_type(glsl_float_type(), old_length, 0);
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttload.c | 446 FT_ULong old_length = entry.Length; local in function:tt_face_load_font_dir 462 old_length ));
|
Completed in 20 milliseconds