Searched refs:collate (Results 1 - 12 of 12) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | collate.c | 2 * collate.c - NTFS collation handling. Originated from the Linux-NTFS project. 38 #include "collate.h" 247 COLLATE collate; in ntfs_get_collate_function() local 251 collate = ntfs_collate_binary; in ntfs_get_collate_function() 254 collate = ntfs_collate_file_name; in ntfs_get_collate_function() 257 collate = ntfs_collate_ntofs_security_hash; in ntfs_get_collate_function() 260 collate = ntfs_collate_ntofs_ulong; in ntfs_get_collate_function() 263 collate = ntfs_collate_ntofs_ulongs; in ntfs_get_collate_function() 267 collate = (COLLATE)NULL; in ntfs_get_collate_function() 270 return (collate); in ntfs_get_collate_function() [all...] |
H A D | index.c | 43 #include "collate.h" 611 if (!icx->collate) { in ntfs_ie_lookup() 622 rc = icx->collate(icx->ni->vol, key, key_len, in ntfs_ie_lookup() 807 icx->collate = ntfs_get_collate_function(ir->collation_rule); in ntfs_index_lookup() 808 if (!icx->collate) { in ntfs_index_lookup()
|
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 118 int collate = 1; /* Collate multiple copies? */ in main() local 534 collate = 1; in main() 536 collate = 0; in main() 542 (collate ? "Yes" : "No")); in main() 584 ((num_copies != 1 && collate) || reverse_order)) { in main() 721 } else if ((num_copies == 1 || !collate) && !reverse_order) { in main() 830 ((num_copies != 1 && collate) || reverse_order)) { in main() 832 copies, if we do not collate, the inner loop (j) goes through the in main() 834 for (i = 0; i < (collate ? num_copies : 1); i ++) in main() 839 for (j = 0; j < (collate in main() [all...] |
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.h | 36 collate(false), in ProcessingParameters() 85 bool collate; member 149 virtual void multiply(int copies,bool collate) =0;
|
H A D | qpdf_pdftopdf_processor.h | 51 virtual void multiply(int copies,bool collate);
|
H A D | pdftopdf.cc | 187 * -> collate (true) in optGetCollate() 194 if ((val=cupsGetOption("sheet-collate",num_options,options)) != NULL) { in optGetCollate() 591 param.collate=optGetCollate(num_options,options); in getParameters() 592 // FIXME? pdftopdf also considers if ppdCollate is set (only when cupsGetOption is /not/ given) [and if is_true overrides param.collate=true] -- pstops does not in getParameters() 804 // printer can collate, but also for the currently marked ppd features? in printerWillCollate() 822 // collate is never needed for a single copy in calculate() 823 param.collate=false; // (does not make a big difference for us) in calculate() 826 if (param.collate) { // collate requested by user in calculate() 829 // These printers do always hardware collate i in calculate() [all...] |
H A D | pdftopdf_processor.cc | 77 fprintf(stderr,"collate: %s\n", in dump() 78 (collate)?"true":"false"); in dump() 420 proc.multiply(param.numCopies,param.collate); in processPDFTOPDF()
|
H A D | qpdf_pdftopdf_processor.cc | 618 void QPDF_PDFTOPDF_Processor::multiply(int copies,bool collate) // {{{ in multiply() argument 626 if (collate) { in multiply()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | index.h | 122 COLLATE collate; member
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1261 static struct procpid **collate(int count, struct dirtree *dt) in collate() function 1364 struct procpid **tbsort = collate(TT.kcount, dt); in ps_main() 1497 plnew->tb = collate(plnew->count = TT.kcount, dt); in top_common()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1218 static struct procpid **collate(int count, struct dirtree *dt) in collate() function 1354 plnew->tb = collate(plnew->count = TT.kcount, dt); in top_common()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17237 class collate; 24546 static const category collate = 1L << 2; 24550 static const category all = (ctype | numeric | collate | 24891 class __cxx11:: collate : public locale::facet 24911 collate(size_t __refs = 0) 24916 collate(__c_locale __cloc, size_t __refs = 0) 24943 ~collate() 24958 locale::id collate<_CharT>::id; 24963 collate<char>::_M_compare(const char*, const char*) const throw(); 24967 collate<cha [all...] |
Completed in 28 milliseconds