Searched refs:partial (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp15 Works only on little-endian processors, such as x86 (or else the partial
111 // check leading partial number
112 int32 partial = bufferPos % sizeof(test_t); local
113 if (partial) {
114 test_t read = *(test_t *)(buffer - partial);
116 switch (partial) {
129 printf("[%Ld,%ld] Bytes at %Ld don't match (partial begin = "
131 bufferPos, partial, num, read);
134 bufferPos += sizeof(test_t) - partial;
137 test_t *numBuffer = (test_t *)(buffer + sizeof(test_t) - partial);
[all...]
/haiku-fatelf/src/bin/bash/
H A Dbraces.c256 char **result, **partial; local
277 partial = brace_expand (tem);
280 result = partial;
286 lp = strvec_len (partial);
291 result[lr + j] = partial[j];
294 free (partial);
/haiku-fatelf/src/apps/deskbar/
H A DExpandoMenuBar.h94 void RemoveTeam(team_id team, bool partial);
H A DExpandoMenuBar.cpp646 TExpandoMenuBar::RemoveTeam(team_id team, bool partial) argument
654 if (partial)
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dquickreference.php72 /* finish the last partial page */
/haiku-fatelf/src/system/kernel/slab/
H A DObjectCache.cpp231 partial.Remove(source);
243 partial.Add(source);
263 if (!partial.Contains(source) && !full.Contains(source)) {
H A DObjectCache.h54 SlabList partial; member in struct:ObjectCache
H A DSlab.cpp316 iterator = cache->partial.GetIterator();
318 kprintf("partial:\n");
577 && analyze_allocation_callers(cache, cache->partial, callback);
865 if (!cache->partial.IsEmpty())
866 panic("cache destroy: still has partial slabs");
1234 source = cache->partial.Head();
1241 cache->partial.Add(source);
1269 cache->partial.Remove(source);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DStream.h391 // (read partial block at the beginning)
425 // the last partial block is read using the generic Cache class
427 bool partial = false; local
446 partial = true;
466 if (partial) {
543 // (write partial block at the beginning)
580 // the last partial block is written using the generic Cache class
582 bool partial = false; local
604 partial = true;
620 if (partial) {
[all...]
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp326 // (read partial block at the beginning)
362 // the last partial block is read using the generic Cache class
364 bool partial = false; local
385 partial = true;
402 if (partial) {
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_request_io.cpp300 bool partial = length > 0; local
302 request->SetTransferredBytes(partial, bytesTransferred);
303 finished(cookie, request, error, partial, bytesTransferred);
/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A DStream.cpp278 // (read partial block at the beginning)
309 // the last partial block is read using the generic Cache class
311 bool partial = false; local
324 partial = true;
403 // write a partial block -- need to read it from disk first
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dt1.c180 int partial,
203 int partial,
792 int partial,
800 if (partial) {
869 int partial,
877 if (partial) {
784 t1_enc_clnpass_step( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int bpno, int one, int *nmsedec, int partial, int vsc) argument
863 t1_dec_clnpass_step_vsc( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int oneplushalf, int partial, int vsc) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x803 case of an ambiguous return where there is a partial match
2379 * symtab.c (lookup_symtab): Added check through partial symtabs
2464 * dbxread.c (read_dbx_symtab): Set value field for partial symbols
2892 (lookup_symbol): Added check before scan through partial symtab
2912 description of partial symbol allocation into a specific kind of
3711 of partial symbol stuff to be off of psymbol_obstack.
3753 all of the include files within a partial symtab (since
4524 pre-requisite partial_symtabs that each partial symtab needs.

Completed in 100 milliseconds