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

  /system/security/keystore/
OperationResult.cpp 37 status_t OperationResult::readFromParcel(const Parcel* inn) {
38 const Parcel& in = *inn;
keystore_aidl_hidl_marshalling_utils.cpp 215 status_t ExportResult::readFromParcel(const Parcel* inn) {
216 const Parcel& in = *inn;
  /external/tcpdump/
makemib 170 function inn(file) { function
187 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
194 inn(FILENAME), parent, new, value
200 inn(FILENAME), parent, new, value, oid[new]
211 inn(FILENAME), new, parent, \
  /external/clang/test/Analysis/
taint-tester.c 62 void BitwiseOp(int in, char inn) {
69 int z = y & inn; // expected-warning + {{tainted}}
73 m = inn;
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 251 void translate_to_hw_format ( /* IN */ vki_modify_ldt_t* inn,
260 inn->base_addr, inn->limit );
263 if (inn->base_addr == 0 && inn->limit == 0) {
265 (inn->contents == 0 &&
266 inn->read_exec_only == 1 &&
267 inn->seg_32bit == 0 &&
268 inn->limit_in_pages == 0 &&
269 inn->seg_not_present == 1 &
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 403 void WebRtcIsacfix_PitchAnalysis(const int16_t *inn, /* PITCH_FRAME_LEN samples */
413 WebRtcIsacfix_InitialPitch(inn, State, PitchLags_Q7);
417 WebRtcIsacfix_PitchFilterGains(inn, &(State->PFstr_wght), PitchLags_Q7, PitchGains_Q12);
424 inbufQ0[k+QLOOKAHEAD] = (int16_t) inn[k];
  /external/python/cpython2/Lib/idlelib/
help.py 261 with open(src, 'r') as inn,\
263 for line in inn:
  /external/python/cpython3/Lib/idlelib/
help.py 259 with open(src, 'rb') as inn,\
261 for line in inn:

Completed in 379 milliseconds