Home
last modified time | relevance | path

Searched refs:q (Results 101 – 125 of 198) sorted by last modified time

12345678

/trunk/main/sal/rtl/source/
H A Dalloc_arena.c298 #define RTL_ARENA_HASH_INDEX_IMPL(a, s, q, m) \ argument
299 ((((a) + ((a) >> (s)) + ((a) >> ((s) << 1))) >> (q)) & (m))
H A Dalloc_cache.c115 #define RTL_CACHE_HASH_INDEX_IMPL(a, s, q, m) \ argument
116 ((((a) + ((a) >> (s)) + ((a) >> ((s) << 1))) >> (q)) & (m))
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_grafmode.xcf.bz2
H A Dlc_draw.xcf.bz2
H A Dlc_backgroundpatterncontroller.xcf.bz2
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
H A Dlc_adjust.xcf.bz2
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl147 in a Thunderbird profile named <q>MyProfile</q>, but there does not exist a profile
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c114 char * q; in main() local
123 q = cmd; in main()
125 *q++ = '\\'; in main()
126 *q++ = *p++; in main()
129 *q++ = '/'; in main()
131 strcpy(q, "unoinfo c++"); in main()
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch79 - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "…
120 + | grep -q __ELF__
335 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
516 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
575 + grep -q __LP64__
818 + objdump --private-headers /bin/sh | grep -q ld.so.1
825 + | grep -q __ARM_EABI__
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dromansh.lm139 q 99
H A Dspanish.lm73 q 487
H A Dzulu.lm97 q
H A Dvietnamese.lm174 q 490
H A Dalbanian.lm52 q 454
121 që 211
149 që_ 178
H A Dportuguese.lm48 q 938
H A Dquechua.lm11 q 909
H A Dcatalan.lm74 q 300
H A Denglish.lm365 q 79
H A Dfrench.lm48 q 549
H A Ditalian.lm135 q 283
H A Dlatin.lm22 q 1028
H A Dnepali.lm76 q 118
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch761 - const char *q = p;
766 - *m++ = *q++;
767 + int decay = charcopy(q, m); /*[modified] previously *q++ = *m++*/
780 - *m++ = *q;
787 if ( *q == '_' ) break;
788 - q++;
789 + q += decay;
790 if ( *q == '\0' ) {
1760 + | grep -q __ELF__
2321 + grep -q __LP64__
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPoolFactory.java56 JobQueue q = getJobQueue(threadId); in getAsyncJobQueue() local
57 return q == null ? null : q._async_jobQueue; in getAsyncJobQueue()

Completed in 73 milliseconds

12345678