Home
last modified time | relevance | path

Searched defs:input (Results 3601 - 3610 of 3610) sorted by relevance

1...<<141142143144145

/third_party/glfw/deps/
H A Dnuklear.h5572 struct nk_input input; global() member
13279 nk_decompress_length(unsigned char *input) nk_decompress_length() argument
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c39292 Done(DecodeCborResult& result, sync_io::Input& input, IOBuffer& buffer) Done() argument
39297 DecodeCbor(DecodeCborCallbacks& callbacks, sync_io::Input& input, wuffs_base__slice_u32 quirks) DecodeCbor() argument
39744 Done( DecodeImageResult& result, sync_io::Input& input, IOBuffer& buffer, wuffs_base__image_decoder::unique_ptr image_decoder) Done() argument
39772 DecodeImageAdvanceIOBuf(sync_io::Input& input, wuffs_base__io_buffer& io_buf, bool compactable, uint64_t min_excl_pos, uint64_t pos) DecodeImageAdvanceIOBuf() argument
39802 DecodeImage0(wuffs_base__image_decoder::unique_ptr& image_decoder, DecodeImageCallbacks& callbacks, sync_io::Input& input, wuffs_base__io_buffer& io_buf, wuffs_base__pixel_blend pixel_blend, wuffs_base__color_u32_argb_premul background_color, uint32_t max_incl_dimension) DecodeImage0() argument
40005 DecodeImage(DecodeImageCallbacks& callbacks, sync_io::Input& input, wuffs_base__pixel_blend pixel_blend, wuffs_base__color_u32_argb_premul background_color, uint32_t max_incl_dimension) DecodeImage() argument
40049 Done(DecodeJsonResult& result, sync_io::Input& input, IOBuffer& buffer) Done() argument
40164 DecodeJson_WalkJsonPointerFragment(wuffs_base__token_buffer& tok_buf, wuffs_base__status& tok_status, wuffs_json__decoder::unique_ptr& dec, wuffs_base__io_buffer* io_buf, std::string& io_error_message, size_t& cursor_index, sync_io::Input& input, std::string& json_pointer_fragment) DecodeJson_WalkJsonPointerFragment() argument
40348 DecodeJson(DecodeJsonCallbacks& callbacks, sync_io::Input& input, wuffs_base__slice_u32 quirks, std::string json_pointer) DecodeJson() argument
[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/ ...
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2855 u32 input; member
2883 u32 input; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3012 u32 input; member
3040 u32 input; member
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c44125 AdvanceIOBufferTo(const ErrorMessages& error_messages, sync_io::Input& input, IOBuffer& io_buf, uint64_t absolute_position) AdvanceIOBufferTo() argument
44153 HandleMetadata( const ErrorMessages& error_messages, sync_io::Input& input, wuffs_base__io_buffer& io_buf, sync_io::DynIOBuffer& raw, wuffs_base__status (*tell_me_more_func)(void*, wuffs_base__io_buffer*, wuffs_base__more_information*, wuffs_base__io_buffer*), void* tell_me_more_receiver, std::string (*handle_metadata_func)(void*, const wuffs_base__more_information*, wuffs_base__slice_u8), void* handle_metadata_receiver) HandleMetadata() argument
44284 Done(DecodeCborResult& result, sync_io::Input& input, IOBuffer& buffer) Done() argument
44300 DecodeCbor(DecodeCborCallbacks& callbacks, sync_io::Input& input, DecodeCborArgQuirks quirks) DecodeCbor() argument
44777 Done( DecodeImageResult& result, sync_io::Input& input, IOBuffer& buffer, wuffs_base__image_decoder::unique_ptr image_decoder) Done() argument
44870 DecodeImageAdvanceIOBufferTo(sync_io::Input& input, wuffs_base__io_buffer& io_buf, uint64_t absolute_position) DecodeImageAdvanceIOBufferTo() argument
44894 DecodeImageHandleMetadata(wuffs_base__image_decoder::unique_ptr& image_decoder, DecodeImageCallbacks& callbacks, sync_io::Input& input, wuffs_base__io_buffer& io_buf, sync_io::DynIOBuffer& raw_metadata_buf) DecodeImageHandleMetadata() argument
44906 DecodeImage0(wuffs_base__image_decoder::unique_ptr& image_decoder, DecodeImageCallbacks& callbacks, sync_io::Input& input, wuffs_base__io_buffer& io_buf, wuffs_base__slice_u32 quirks, uint64_t flags, wuffs_base__pixel_blend pixel_blend, wuffs_base__color_u32_argb_premul background_color, uint32_t max_incl_dimension, uint64_t max_incl_metadata_length) DecodeImage0() argument
45160 DecodeImage(DecodeImageCallbacks& callbacks, sync_io::Input& input, DecodeImageArgQuirks quirks, DecodeImageArgFlags flags, DecodeImageArgPixelBlend pixel_blend, DecodeImageArgBackgroundColor background_color, DecodeImageArgMaxInclDimension max_incl_dimension, DecodeImageArgMaxInclMetadataLength max_incl_metadata_length) DecodeImage() argument
45208 Done(DecodeJsonResult& result, sync_io::Input& input, IOBuffer& buffer) Done() argument
45355 DecodeJson_WalkJsonPointerFragment(wuffs_base__token_buffer& tok_buf, wuffs_base__status& tok_status, wuffs_json__decoder::unique_ptr& dec, wuffs_base__io_buffer* io_buf, std::string& io_error_message, size_t& cursor_index, sync_io::Input& input, std::string& json_pointer_fragment) DecodeJson_WalkJsonPointerFragment() argument
45539 DecodeJson(DecodeJsonCallbacks& callbacks, sync_io::Input& input, DecodeJsonArgQuirks quirks, DecodeJsonArgJsonPointer json_pointer) DecodeJson() argument
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs10987 let mut input = (0..len) panic_safe() variables
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h72 struct input { struct
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h72 struct input { struct
/third_party/sqlite/src/
H A Dsqlite3.c244797 opensslCipher(void *iCtx, Buffer *input, unsigned char *output) global() argument
244872 sqlite3CodecHex2int(char input) global() argument
244902 sqlite3CodecIfMemset(unsigned char *input, unsigned char val, int len) global() argument
244912 sqlite3CodecIsKeyInfoFormat(const unsigned char *input, int inputSize) global() argument
244984 sqlite3CodecCopyDeriveKey(KeyContext *input, KeyContext *output) global() argument
245319 sqlite3CodecCopyKeyContext(KeyContext *input, KeyContext *output) global() argument
245477 sqlite3CodecTransPgno(Pgno input, unsigned char *output) global() argument
245488 sqlite3CodecHmac(KeyContext *ctx, Pgno pgno, int bufferSize, unsigned char *input, unsigned char *output) global() argument
245510 sqlite3CodecCheckHmac(KeyContext *ctx, Pgno pgno, int bufferSize, unsigned char *input, unsigned char *expectResult) global() argument
245538 sqlite3CodecEncryptData(CodecContext *ctx, OperateContext whichKey, Pgno pgno, int bufferSize, unsigned char *input, unsigned char *output) global() argument
245586 sqlite3CodecDecryptData(CodecContext *ctx, OperateContext whichKey, Pgno pgno, int bufferSize, unsigned char *input, unsigned char *output) global() argument
[all...]

Completed in 309 milliseconds

1...<<141142143144145