| /kernel/linux/linux-6.6/drivers/pcmcia/ |
| H A D | sa1111_generic.c | 160 s->soc.nr = ops->first + i; in sa1111_pcmcia_add()
|
| /kernel/linux/linux-6.6/net/rxrpc/ |
| H A D | peer_event.c | 212 call = hlist_entry(error_targets.first, in rxrpc_distribute_error()
|
| /kernel/linux/linux-6.6/net/mptcp/ |
| H A D | mptcp_diag.c | 210 struct sock *lsk = READ_ONCE(msk->first); in mptcp_diag_get_info()
|
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | startcode_armv6.S | 175 beq 98f @ don't look back a byte if found at first byte in buffer 186 beq 95f @ not in first 4 bytes 194 beq 98f @ don't look back a byte if found at first byte in buffer
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | simple_idct10.asm | 193 ; on output of the first butterfly instead
|
| H A D | lossless_videoencdsp.asm | 59 ; mov type used for src1q, dstq, first reg, second reg
|
| /third_party/ffmpeg/libavformat/ |
| H A D | isom.h | 67 int first; member
|
| /third_party/eudev/hm_src/ |
| H A D | keyboard-keys-from-name.h | 512 {"first", KEY_FIRST}, in keyboard_lookup_key()
|
| /third_party/gn/src/base/strings/ |
| H A D | string_split.cc | 108 result_pair.first.assign(input.substr(0, end_key_pos)); in AppendStringKeyValue()
|
| /third_party/gn/src/gn/ |
| H A D | create_bundle_target_generator.cc | 164 std::make_pair(std::string(iter.first), iter.second.string_value())); in FillXcodeExtraAttributes()
|
| H A D | resolved_target_data.cc | 12 if (ret.first) { in GetTargetInfo()
|
| H A D | switches.cc | 143 first thing loaded. 241 The files will be relative to the root_build_dir. The first line of the file
|
| /third_party/ffmpeg/tests/checkasm/arm/ |
| H A D | checkasm.S | 91 @ Load the first non-parameter value from the stack, that should be
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | cover-art.mak | 40 fate-cover-art-aiff-id3v2-remux: CMD = transcode flac $(TARGET_SAMPLES)/cover_art/cover_art.flac aiff "-map 0 -map 0:v -map 0:v -map 0:v -c:a pcm_s16be -c:v:0 copy -filter:v:1 scale -c:v:1 png -filter:v:2 scale -c:v:2 bmp -c:v:3 copy -write_id3v2 1 -metadata:g unknown_key=unknown_value -metadata compilation=foo -metadata:s:v:0 title=first -metadata:s:v:1 title=second -metadata:s:v:1 comment=Illustration -metadata:s:v:2 title=third -metadata:s:v:2 comment=Conductor -metadata:s:v:3 title=fourth -metadata:s:v:3 comment=Composer" "-map 0 -c copy -t 0.1" "-show_entries format_tags:stream_tags:stream_disposition=attached_pic:stream=index,codec_name"
|
| H A D | qt.mak | 56 #FIXME: first frame changes depending on --enable-memory-poisoning being used to configure or not
|
| /third_party/ffmpeg/tests/checkasm/x86/ |
| H A D | checkasm.asm | 168 ; Save the return value located in rdx:rax first to prevent clobbering.
|
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-libasound-timer-mmap.c | 86 logging(state, " bits for offset: %u\n", area->first); in timer_mmap_pre_process()
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | numberrangeformatter.h | 181 * Sets the NumberFormatter instance to use for the first number in the range. 187 * The formatter to use for the first number in the range. 197 * The formatter to use for the first number in the range. 208 * The formatter to use for the first number in the range. 219 * The formatter to use for the first number in the range. 480 * @param first 481 * The first number in the range, usually to the left in LTR locales. 490 const Formattable& first, const Formattable& second, UErrorCode& status) const; 620 * auto [ first, second ] = range.getDecimalNumbers<std::string>(status); 633 * used. For example, if the first an [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numbertest.h | 363 double first,
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ubrk.cpp | 241 return ((BreakIterator*)bi)->first(); in ubrk_first()
|
| H A D | uchriter.cpp | 98 UCharCharacterIterator::first() { in first() function in UCharCharacterIterator
|
| /third_party/NuttX/include/nuttx/video/ |
| H A D | fb.h | 391 uint16_t first; /* Offset offset first color entry in tables */ member
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
| H A D | IndicInputMethodImpl.java | 312 public char first() { in first() method in IndicInputMethodImpl.ACIText
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | search.cpp | 200 int32_t SearchIterator::first(UErrorCode &status) in first() function in SearchIterator
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | stringtriebuilder.h | 117 // Finds the first unit index after this one where 118 // the first and last element have different units again. 120 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t unitIndex) const = 0; 156 * @return newNode if it is the first of its kind, or 183 * they call the static Node::hashCode() which checks for a NULL pointer first. 210 * Traverses the Node graph and numbers branch edges, with rightmost edges first. 220 * This function visits and marks right branch edges first. 223 * A branch edge also remembers the first number for any of its edges. 227 * and we can avoid writing it first. 232 * @param edgeNumber The first edg [all...] |