Home
last modified time | relevance | path

Searched refs:C (Results 1 – 15 of 15) sorted by relevance

/system/core/libmincrypt/
Dsha.c53 register uint32_t A, B, C, D, E; in SHA1_Transform() local
58 C = ctx->state[2]; in SHA1_Transform()
62 #define SHA_F1(A,B,C,D,E,t) \ in SHA1_Transform() argument
65 (D^(B&(C^D))) + 0x5A827999; \ in SHA1_Transform()
69 SHA_F1(A,B,C,D,E,t + 0); in SHA1_Transform()
70 SHA_F1(E,A,B,C,D,t + 1); in SHA1_Transform()
71 SHA_F1(D,E,A,B,C,t + 2); in SHA1_Transform()
72 SHA_F1(C,D,E,A,B,t + 3); in SHA1_Transform()
73 SHA_F1(B,C,D,E,A,t + 4); in SHA1_Transform()
75 SHA_F1(A,B,C,D,E,t + 0); // 16th one, t == 15 in SHA1_Transform()
[all …]
/system/extras/tests/bionic/libc/
DREADME.TXT1 This directory contains a set of tests for Android's Bionic C library.
4 these tests come from the GNU C Library, and are licensed under the
20 C library.
23 Contains tests that come from the GNU C Library. However, they can
/system/bluetooth/data/
Dauto_pairing.conf13 …:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,0…
/system/extras/tests/bionic/libstdc++/
DREADME.TXT1 This directory contains a set of tests for Android's Bionic Standard C++ library.
/system/core/sh/
DTOUR36 C source files for entries looking like:
80 exceptions.c. The C language doesn't include exception handling,
98 MEMALLOC.C: Memalloc.c defines versions of malloc and realloc
121 MAIN.C: The main routine performs some initialization, executes
125 OPTIONS.C: This file contains the option processing code. It is
219 EVAL.C: Evaltree recursively executes a parse tree. The exit
226 JOBS.C: To create a process, you call makejob to return a job
232 REDIR.C: Ash allows file descriptors to be redirected and then
238 EXEC.C: The routine find_command locates a command, and enters
251 EXPAND.C: Arguments are processed in three passes. The first
[all …]
Dnodetypes48 # The last two types should be followed by the text of a C declaration for
/system/media/camera/docs/
DREADME.md7 C code, Java code, and even XML itself (as a sanity check).
Dcamera_metadata_tag_info.mako3 * Copyright (C) 2012 The Android Open Source Project
Dcamera_metadata_tags.mako3 * Copyright (C) 2012 The Android Open Source Project
Dmetadata_template.mako3 <!-- Copyright (C) 2012 The Android Open Source Project
Dhtml.mako4 <!-- Copyright (C) 2012 The Android Open Source Project
/system/extras/tests/bionic/libc/common/
Dbench_pthread.c50 #define C(x,y) C_(x,y) macro
/system/core/init/
DREADME.BOOTCHART51 www.bootchart.org, but a C re-implementation that is directly compiled into our init
/system/core/rootdir/
Dinit.usb.rc1 # Copyright (C) 2012 The Android Open Source Project
Dinit.rc1 # Copyright (C) 2012 The Android Open Source Project