| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | mkntfs.c | 1000 static int make_room_for_attribute(MFT_RECORD *m, char *pos, const u32 size) in make_room_for_attribute() argument 2577 make_room_for_index_entry_in_index_block(INDEX_BLOCK *idx, INDEX_ENTRY *pos, u32 size) make_room_for_index_entry_in_index_block() argument 4970 long long lw, pos; mkntfs_redirect() local [all...] |
| H A D | ntfsclone.c | 709 static void rescue_sector(void *fd, u32 bytes_per_sector, off_t pos, void *buff) argument 868 static s64 lseek_out(int fd, s64 pos, int mode) argument 881 off_t pos; local 1021 s64 pos = 0, count; global() local 1313 wipe_data(char *p, int pos, int len) global() argument 1854 s64 i, pos, count; global() local [all...] |
| H A D | ntfsrecover.c | 2505 u32 pos; in overlapshow() local 2612 forward_rcrd(CONTEXT *ctx, u32 blk, u16 pos, const struct BUFFER *buf, const struct BUFFER *nextbuf) forward_rcrd() argument 3316 dorcrd(CONTEXT *ctx, u32 blk, u16 pos, const struct BUFFER *buf, const struct BUFFER *nextbuf) dorcrd() argument 3853 u16 pos; walk() local [all...] |
| /third_party/ntfs-3g/src/ |
| H A D | lowntfs-3g.c | 1495 s64 pos = 0; in ntfs_fuse_readdir() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ubidi.cpp | 1788 addPoint(UBiDi *pBiDi, int32_t pos, int32_t flag) in addPoint() argument
|
| H A D | ucurr.cpp | 1547 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, int32_t* partialMatchLen, char16_t* result, UErrorCode& ec) uprv_parseCurrency() argument
|
| H A D | uresbund.cpp | 386 int32_t pos; in ures_flushCache() local 436 int32_t pos = UHASH_FIRST; in ures_dumpCacheContents() local
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | encode.c | 443 size_t pos; in ShouldUseComplexStaticContextMap() local 501 size_t pos; in DecideOverLiteralContextModeling() local 526 uint32_t pos = (uint32_t)last_flush_pos; ShouldCompress() local 541 ChooseContextMode(const BrotliEncoderParams* params, const uint8_t* data, const size_t pos, const size_t mask, const size_t length) ChooseContextMode() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | bufferobj.c | 3083 GLuint pos = bufObj->Size - i - 1; in validate_and_unmap_buffer() local 3097 GLint pos = -1; in validate_and_unmap_buffer() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | dtptngen.cpp | 1876 int32_t pos = UHASH_FIRST; in copyHashtable() local 2812 int32_t pos; in getSkeleton() local 2825 int32_t pos; in getBaseSkeleton() local [all...] |
| H A D | smpdtfmt.cpp | 2239 int32_t pos = parsePos.getIndex(); in parse() local 3896 parseInt(const UnicodeString& text, Formattable& number, ParsePosition& pos, UBool allowNegative, const NumberFormat *fmt) const parseInt() argument 3907 parseInt(const UnicodeString& text, Formattable& number, int32_t maxDigits, ParsePosition& pos, UBool allowNegative, const NumberFormat *fmt) const parseInt() argument [all...] |
| H A D | tznames_impl.cpp | 1495 int32_t pos = UHASH_FIRST; in load() local
|
| /third_party/libinput/tools/ |
| H A D | libinput-record.c | 1084 double pos; in print_tablet_pad_ringstrip_event() local 2769 enum fposition pos = find_output_file(argc - optind, in main() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.c | 67 static struct basic_block *alloc_basic_block(struct entrypoint *ep, struct position pos) in alloc_basic_block() argument 629 bind_label(struct symbol *label, struct basic_block *bb, struct position pos) bind_label() argument 1362 const struct position pos = current_pos; cast_pseudo() local [all...] |
| H A D | compile-i386.c | 2322 struct position *pos = &expr->pos; in x86_expression() local [all...] |
| H A D | evaluate.c | 287 warn_for_different_enum_types (struct position pos, in warn_for_different_enum_types() argument 3309 check_label_declaration(struct position pos, struct symbol *label) check_label_declaration() argument [all...] |
| /third_party/lz4/lib/ |
| H A D | lz4hc.c | 325 int pos; in LZ4HC_InsertAndGetWiderMatch() local 486 U32 const pos = (start==NULL) ? 0 : (U32)(anchor - start); LZ4HC_encodeSequence() local 1469 int const pos = cur + litlen; LZ4HC_compress_optimal() local 1485 int const pos = cur + ml; LZ4HC_compress_optimal() local [all...] |
| /third_party/lz4/programs/ |
| H A D | lz4io.c | 1096 size_t pos = 0; in LZ4IO_decompressLZ4F() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.h | 481 LifetimePosition pos() const { return pos_; } in pos() function in v8::internal::compiler::RegisterAllocationFlag::final 1256 NewUsePosition(LifetimePosition pos) NewUsePosition() argument [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | scopes.cc | 649 int pos = sloppy_block_function->position(); in HoistSloppyBlockFunctions() local 1085 DeclareVariable( Declaration* declaration, const AstRawString* name, int pos, VariableMode mode, VariableKind kind, InitializationFlag init, bool* was_added, bool* sloppy_mode_block_scope_function_redefinition, bool* ok) DeclareVariable() argument
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.h | 1670 byte byte_at(int pos) { return buffer_start_[pos]; } in byte_at() argument 1671 void set_byte_at(int pos, byte value) { buffer_start_[pos] = value; } in set_byte_at() argument 1679 Address addr_at(int pos) { in addr_at() argument 1684 long_at(int pos) long_at() argument 1687 long_at_put(int pos, uint32_t x) long_at_put() argument [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64.h | 1255 Instr instr_at(int pos) { in instr_at() argument 1258 void instr_at_put(int pos, Instr instr) { in instr_at_put() argument 1262 void instr_at_put(int pos, ShortInstr instr) { in instr_at_put() argument 1266 Address toAddress(int pos) { in toAddress() argument [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.h | 2067 byte byte_at(int pos) { return buffer_start_[pos]; } in byte_at() argument 2068 void set_byte_at(int pos, byte value) { buffer_start_[pos] = value; } in set_byte_at() argument 2079 Address addr_at(int pos) { in addr_at() argument 2082 uint32_t long_at(int pos) { in long_at() argument 2085 long_at_put(int pos, uint32_t x) long_at_put() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 2066 int pos = position(); in Print() local 2144 int pos = code->GetSourcePositionBefore(offset); in at_to_number_conversion() local
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 1241 SourcePosition pos = iterator.source_position(); in LogSourceCodeInformation() local 1265 SourcePosition pos in LogSourceCodeInformation() local 1565 CodeNameEvent(Address addr, int pos, const char* code_name) CodeNameEvent() argument [all...] |