HomeSort by relevance Sort by last modified time
    Searched full:last (Results 76 - 100 of 13702) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-x86/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
shmbuf.h 20 __kernel_time_t shm_atime; /* last attach time */
24 __kernel_time_t shm_dtime; /* last detach time */
28 __kernel_time_t shm_ctime; /* last change time */
33 __kernel_pid_t shm_lpid; /* pid of last operator */
  /external/oprofile/daemon/
opd_mangling.c 69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg)
109 if (last->kernel) {
110 values.cg_image_name = last->kernel->name;
111 } else if (last->anon) {
113 values.cg_image_name = mangle_anon(last->anon);
114 values.anon_name = last->anon->name;
116 values.cg_image_name = find_cookie(last->cookie);
141 int opd_open_sample_file(odb_t *file, struct sfile *last,
150 mangled = mangle_filename(last, sf, counter, cg);
161 if (sf != last)
    [all...]
  /external/oprofile/events/i386/arch_perfmon/
events.h 9 "Last level cache demand requests from this core that missed the LLC"},
11 "Last level cache demand requests from this core"},
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
webkit 12 Last-Modified
28 last-modified
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.h 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
45 s_top=source+last;
47 d_top=dest+last;
62 long last=nr_elements-1; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
81 if(first_equal>pos) last=first_equal-1;
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2])
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
45 s_top=source+last;
47 d_top=dest+last;
62 long last=nr_elements-1; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
81 if(first_equal>pos) last=first_equal-1;
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2])
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
45 s_top=source+last;
47 d_top=dest+last;
62 long last=nr_elements-1; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
81 if(first_equal>pos) last=first_equal-1;
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2])
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsrchr.c 35 const wchar_t *last; local
37 last = NULL;
40 last = s;
46 return ((wchar_t *)last);
  /dalvik/tests/082-inline-execute/
expected.txt 7 Now is the time[last] = "e"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
RepeatedSecretKeySpec.java 8 * last key provided.
  /external/chromium/chrome/browser/autofill/
contact_info_unittest.cc 19 EXPECT_EQ(name.last(), ASCIIToUTF16(""));
25 EXPECT_EQ(name.last(), ASCIIToUTF16("Gell-Mann"));
31 EXPECT_EQ(name.last(), ASCIIToUTF16("Saltykov-Shchedrin"));
38 EXPECT_EQ(name.last(), ASCIIToUTF16("Doyle"));
  /external/chromium/net/websockets/
websocket_net_log_params.cc 18 size_t last = 0; local
25 std::string entry = headers_.substr(last, pos - last);
27 last = pos;
  /external/clang/test/CodeGen/
2005-01-02-VAArgError-ICE.c 7 __builtin_va_start(args,a); // not the last named arg
  /external/clang/test/Lexer/
eof-file.c 4 // This file intentionally ends without a \n on the last line. Make sure your
  /external/e2fsprogs/tests/f_uninit_last_uninit/
expect.1 0 Last group block bitmap uninitialized. Fix? yes
  /external/libffi/
libtool-version 16 # 3. If the library source code has changed at all since the last
20 # last update, increment current, and set revision to 0.
22 # 5. If any interfaces have been added since the last public release,
25 # 6. If any interfaces have been removed since the last public
  /external/libvorbis/win32/
vorbisfile.def 4 ; last modified: $Id: vorbisfile.def 15566 2008-12-08 09:07:12Z conrad $
  /external/llvm/test/Transforms/GVN/
2007-07-26-InterlockingLoops.ll 3 @last = external global [65 x i32*]
8 %tmp17618 = load i32** getelementptr ([65 x i32*]* @last, i32 0, i32 1), align 4
21 %tmp17625 = load i32** getelementptr ([65 x i32*]* @last, i32 0, i32 1), align 4
29 %tmp17631 = load i32** getelementptr ([65 x i32*]* @last, i32 0, i32 1), align 4
  /external/markdown/MarkdownTest/Tests_2007/
Code Blocks.html 17 <pre><code>code block on the last line
  /external/markdown/tests/extensions-x-footnotes/
named_markers.txt 8 [^99]: The last one.

Completed in 1808 milliseconds

1 2 34 5 6 7 8 91011>>