| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | dir.c | 123 const struct CACHED_GENERIC *wanted) in inode_cache_compare() 126 || strcmp(cached->variable, wanted->variable)); in inode_cache_compare() 141 const struct CACHED_GENERIC *wanted) in inode_cache_inv_compare() 148 w = (const struct CACHED_INODE*)wanted; in inode_cache_inv_compare() 172 const struct CACHED_GENERIC *wanted) in lookup_cache_compare() 175 const struct CACHED_LOOKUP *w = (const struct CACHED_LOOKUP*) wanted; in lookup_cache_compare() 191 const struct CACHED_GENERIC *wanted) in lookup_cache_inv_compare() 194 const struct CACHED_LOOKUP *w = (const struct CACHED_LOOKUP*) wanted; in lookup_cache_inv_compare() 122 inode_cache_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) inode_cache_compare() argument 140 inode_cache_inv_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) inode_cache_inv_compare() argument 171 lookup_cache_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) lookup_cache_compare() argument 190 lookup_cache_inv_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) lookup_cache_inv_compare() argument
|
| H A D | inode.c | 429 const struct CACHED_GENERIC *wanted) in idata_cache_compare() 432 != ((const struct CACHED_NIDATA*)wanted)->inum); in idata_cache_compare() 428 idata_cache_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) idata_cache_compare() argument
|
| /third_party/python/Tools/freeze/test/ |
| H A D | freeze.py | 81 raise Exception('this probably isn\'t what you wanted')
|
| /third_party/node/deps/npm/node_modules/pacote/lib/ |
| H A D | registry.js | 165 `wanted ${this.integrity} but got ${distIntegrity}.`
|
| /third_party/curl/tests/libtest/ |
| H A D | lib1560.c | 48 static int checkparts(CURLU *u, const char *in, const char *wanted, in checkparts() argument 85 if(strcmp(buf, wanted)) { in checkparts() 86 fprintf(stderr, "in: %s\nwanted: %s\ngot: %s\n", in, wanted, buf); in checkparts()
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | playlog.c | 2288 int wanted; in redo_force_bits() local 2302 wanted = 1; in redo_force_bits() 2304 wanted = 0; in redo_force_bits() 2309 printf("-> lcn 0x%llx firstbit %d count %d wanted %d\n", in redo_force_bits() 2310 (long long)lcn,(int)firstbit,(int)count,(int)wanted); in redo_force_bits() 2313 ntfs_bit_set((u8*)buffer, firstbit + i, wanted); in redo_force_bits() 3369 int wanted; in undo_force_bits() local 3383 wanted = 0; in undo_force_bits() 3385 wanted = 1; in undo_force_bits() 3390 printf("-> lcn 0x%llx firstbit %d count %d wanted in undo_force_bits() [all...] |
| /third_party/node/deps/npm/node_modules/ssri/lib/ |
| H A D | index.js | 111 const err = new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${newSri}. (${this.size} bytes)`)
|
| /third_party/backends/backend/ |
| H A D | magicolor.c | 243 sanei_magicolor_net_read(struct Magicolor_Scanner *s, unsigned char *buf, size_t wanted, in sanei_magicolor_net_read() argument 259 while (read < wanted) { in sanei_magicolor_net_read() 260 size = sanei_tcp_read(s->fd, buf + read, wanted - read); in sanei_magicolor_net_read() 268 if (read < wanted) in sanei_magicolor_net_read()
|
| H A D | kodakaio.c | 696 kodakaio_net_read(struct KodakAio_Scanner *s, unsigned char *buf, size_t wanted, in kodakaio_net_read() argument 721 while (read < wanted) { in kodakaio_net_read() 722 DBG(50, "reading: read %lu, wanted %lu\n",read, wanted); in kodakaio_net_read() 723 size = sanei_tcp_read(s->fd, buf + read, wanted - read); in kodakaio_net_read()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | wavpack.c | 1482 const int wanted = s->samples * s->extra_bits << s->stereo_in; in wavpack_decode_block() local 1483 if (size < wanted) { in wavpack_decode_block()
|
| /third_party/python/Lib/ |
| H A D | _pyio.py | 1125 wanted = max(self.buffer_size, n) 1127 chunk = self.raw.read(wanted)
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui.cpp | 1660 int wanted = len + !len; in ImTextCharFromUtf8() local 1663 in_text_end = in_text + wanted; // Max length, nulls will be taken into account. in ImTextCharFromUtf8() 1696 // Invalid or incomplete input may consume less bytes than wanted, therefore every byte has to be inspected in s. in ImTextCharFromUtf8() 1697 wanted = ImMin(wanted, !!s[0] + !!s[1] + !!s[2] + !!s[3]); in ImTextCharFromUtf8() 1701 return wanted; in ImTextCharFromUtf8() 8752 r_avoid = ImRect(-FLT_MAX, parent_window->ClipRect.Min.y, FLT_MAX, parent_window->ClipRect.Max.y); // Avoid parent menu-bar. If we wanted multi-line menu-bar, we may instead want to have the calling window setup e.g. a NextWindowData.PosConstraintAvoidRect field in FindBestWindowPosForPopup()
|