Home
last modified time | relevance | path

Searched defs:output (Results 601 - 625 of 1629) sorted by relevance

1...<<21222324252627282930>>...66

/third_party/musl/src/crypt/
H A Dcrypt_md5.c197 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 Dmkapiref.py150 def output( function
/third_party/mesa3d/src/mesa/main/
H A Dvdpau.c54 GLboolean output; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c186 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 Dnumber_utils.cpp261 void DecNum::toString(ByteSink& output, UErrorCode& status) const { in toString() argument
H A Dnumber_utils.h39 inline int32_t insertDigitFromSymbols(FormattedStringBuilder& output, int32_t index, int8_t digit, in insertDigitFromSymbols() argument
H A Dquantityformatter.cpp179 formatAndSelect( double quantity, const NumberFormat& fmt, const PluralRules& rules, FormattedStringBuilder& output, StandardPlural::Form& pluralForm, UErrorCode& status) formatAndSelect() argument
H A Dnumber_affixutils.cpp88 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 Dpunyref.cpp217 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 Dnumbertest_modifiers.cpp90 FormattedStringBuilder output; in testSimpleModifier() local
/third_party/libdrm/tests/tegra/
H A Dvic41.c45 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 Dvic42.c45 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 Dvic40.c45 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 Dvic30.c50 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 Dvic.c179 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 Dmqtt_priv.h97 struct mqtt_ringbuf_t output; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc197 const InstructionOperand* output = instr->OutputAt(i); in AddInstruction() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_dxcore_screen.cpp144 dxcore_get_memory_info(struct d3d12_screen *screen, struct d3d12_memory_info *output) in dxcore_get_memory_info() argument
H A Dd3d12_dxgi_screen.cpp117 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 Dtest-malloc-info.c99 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 Dbuild.rs89 let mut output = BufWriter::new(File::create(&out).unwrap()); in do_semver() variables
[all...]
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc234 std::string output; in Run() local
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs413 (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 DAny.cs250 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 DFieldMask.cs327 public void WriteTo(pb::CodedOutputStream output) { in WriteTo() argument
340 void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { in IBufferMessage.InternalWriteTo() argument

Completed in 13 milliseconds

1...<<21222324252627282930>>...66