/third_party/musl/src/crypt/ |
H A D | crypt_md5.c | 197 static char *md5crypt(const char *key, const char *setting, char *output) in md5crypt() argument 271 char *__crypt_md5(const char *key, const char *setting, char *output) in __crypt_md5() argument
|
/third_party/nghttp2/doc/ |
H A D | mkapiref.py | 150 def output( function
|
/third_party/mesa3d/src/mesa/main/ |
H A D | vdpau.c | 54 GLboolean output; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_vdpau.c | 186 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, GLboolean output, struct gl_texture_object *texObj, struct gl_texture_image *texImage, const void *vdpSurface, GLuint index) st_vdpau_map_surface() argument 262 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, GLboolean output, struct gl_texture_object *texObj, struct gl_texture_image *texImage, const void *vdpSurface, GLuint index) st_vdpau_unmap_surface() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_utils.cpp | 261 void DecNum::toString(ByteSink& output, UErrorCode& status) const { in toString() argument
|
H A D | number_utils.h | 39 inline int32_t insertDigitFromSymbols(FormattedStringBuilder& output, int32_t index, int8_t digit, in insertDigitFromSymbols() argument
|
H A D | quantityformatter.cpp | 179 formatAndSelect( double quantity, const NumberFormat& fmt, const PluralRules& rules, FormattedStringBuilder& output, StandardPlural::Form& pluralForm, UErrorCode& status) formatAndSelect() argument
|
H A D | number_affixutils.cpp | 88 UnicodeString output; in escape() local 161 unescape(const UnicodeString &affixPattern, FormattedStringBuilder &output, int32_t position, const SymbolProvider &provider, Field field, UErrorCode &status) unescape() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | punyref.cpp | 217 punycode_decode( punycode_uint input_length, const char input[], punycode_uint *output_length, punycode_uint output[], unsigned char case_flags[] ) punycode_decode() argument [all...] |
H A D | numbertest_modifiers.cpp | 90 FormattedStringBuilder output; in testSimpleModifier() local
|
/third_party/libdrm/tests/tegra/ |
H A D | vic41.c | 45 static int vic41_fill(struct vic *v, struct vic_image *output, in vic41_fill() argument 88 static int vic41_blit(struct vic *v, struct vic_image *output, in vic41_blit() argument 157 vic41_flip(struct vic *v, struct vic_image *output, struct vic_image *input) vic41_flip() argument 227 vic41_execute(struct vic *v, struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, struct vic_image *output, struct vic_image **inputs, unsigned int num_inputs) vic41_execute() argument [all...] |
H A D | vic42.c | 45 static int vic42_fill(struct vic *v, struct vic_image *output, in vic42_fill() argument 88 static int vic42_blit(struct vic *v, struct vic_image *output, in vic42_blit() argument 157 vic42_flip(struct vic *v, struct vic_image *output, struct vic_image *input) vic42_flip() argument 227 vic42_execute(struct vic *v, struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, struct vic_image *output, struct vic_image **inputs, unsigned int num_inputs) vic42_execute() argument [all...] |
H A D | vic40.c | 45 static int vic40_fill(struct vic *v, struct vic_image *output, in vic40_fill() argument 88 static int vic40_blit(struct vic *v, struct vic_image *output, in vic40_blit() argument 157 vic40_flip(struct vic *v, struct vic_image *output, struct vic_image *input) vic40_flip() argument 227 vic40_execute(struct vic *v, struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, struct vic_image *output, struct vic_image **inputs, unsigned int num_inputs) vic40_execute() argument [all...] |
H A D | vic30.c | 50 static int vic30_fill(struct vic *v, struct vic_image *output, in vic30_fill() argument 102 static int vic30_blit(struct vic *v, struct vic_image *output, in vic30_blit() argument 210 vic30_flip(struct vic *v, struct vic_image *output, struct vic_image *input) vic30_flip() argument 319 vic30_execute(struct vic *v, struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, struct vic_image *output, struct vic_image **inputs, unsigned int num_inputs) vic30_execute() argument [all...] |
H A D | vic.c | 179 int vic_clear(struct vic *vic, struct vic_image *output, unsigned int alpha, in vic_clear() argument
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | mqtt_priv.h | 97 struct mqtt_ringbuf_t output; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-scheduler.cc | 197 const InstructionOperand* output = instr->OutputAt(i); in AddInstruction() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_dxcore_screen.cpp | 144 dxcore_get_memory_info(struct d3d12_screen *screen, struct d3d12_memory_info *output) in dxcore_get_memory_info() argument
|
H A D | d3d12_dxgi_screen.cpp | 117 dxgi_get_memory_info(struct d3d12_screen *screen, struct d3d12_memory_info *output) in dxgi_get_memory_info() argument
|
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-info.c | 99 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *stats) in populate_thread_stats() argument 123 static int populate_total_free_heap_space(const char *output, long long *total_free_heap_space) in populate_total_free_heap_space() argument 140 static int is_thread_in_output(const char *output, const char *thread_id) in is_thread_in_output() argument
|
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 89 let mut output = BufWriter::new(File::create(&out).unwrap()); in do_semver() variables [all...] |
/third_party/protobuf/conformance/ |
H A D | conformance_test_runner.cc | 234 std::string output; in Run() local
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | FieldCodec.cs | 413 (ref WriteContext output, T value) => output.WriteMessage(value), global() field in Google.Protobuf.FieldCodec 458 (ref WriteContext output, T value) => output.WriteGroup(value), global() field [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Any.cs | 250 public void WriteTo(pb::CodedOutputStream output) { in WriteTo() argument 270 void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { in IBufferMessage.InternalWriteTo() argument [all...] |
H A D | FieldMask.cs | 327 public void WriteTo(pb::CodedOutputStream output) { in WriteTo() argument 340 void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { in IBufferMessage.InternalWriteTo() argument
|