HomeSort by relevance Sort by last modified time
    Searched refs:out_count (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/des/
qud_cksm.c 77 long length, int out_count, DES_cblock *seed)
89 if (out_count < 1) out_count=1;
99 for (i=0; ((i<4)&&(i<out_count)); i++)
126 * composed of 2*out_count 32 bit ints */
des_old.c 215 long length,int out_count,_ossl_old_des_cblock *seed)
218 out_count, seed);
des.h 215 long length,int out_count,DES_cblock *seed);
des_old.h 386 long length,int out_count,_ossl_old_des_cblock *seed);
  /system/core/adb/
jdwp_service.c 115 int out_count; /* to send to the JDWP process */ member in struct:JdwpProcess
178 for (n = 0; n < proc->out_count; n++) {
181 proc->out_count = 0;
217 proc->out_count = 0;
314 proc->pid, proc->out_count, proc->out_fds[0]);
315 if (proc->out_count > 0) {
354 for (n = 1; n < proc->out_count; n++)
357 if (--proc->out_count == 0)
382 if (proc->out_count >= MAX_OUT_FDS) {
394 proc->out_fds[ proc->out_count ] = fds[1]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 109 int out_count; local
115 VisualScreenMask|VisualIDMask, &vi_in, &out_count);
  /external/openssl/include/openssl/
des.h 215 long length,int out_count,DES_cblock *seed);
des_old.h 386 long length,int out_count,_ossl_old_des_cblock *seed);

Completed in 183 milliseconds