| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | uiter.h | 368 int32_t index; global() member [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | uvectr32.cpp | 98 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt() argument 105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt() argument 159 removeElementAt(int32_t index) removeElementAt() argument [all...] |
| /third_party/libwebsockets/lib/core-net/ |
| H A D | dummy-callback.c | 32 proxy_header(struct lws *wsi, struct lws *par, unsigned char *temp, int temp_len, int index, unsigned char **p, unsigned char *end) proxy_header() argument [all...] |
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| H A D | 7zProperties.cpp | 153 Z7_COM7F_IMF(CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType))
in GetPropertyInfo() argument
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_spm.c | 115 int index = ffs(~cntr_sel->active) - 1; in ac_spm_map_counter() local
|
| /third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
| H A D | ExtractCallbackSfx.cpp | 95 Z7_COM7F_IMF(CExtractCallbackImp::GetStream(UInt32 index,
in GetStream() argument
|
| /third_party/lzma/Java/SevenZip/Compression/LZ/ |
| H A D | InWindow.java | 105 public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset + _pos + index]; }
in GetIndexByte() argument 108 public int GetMatchLen(int index, int distance, int limit)
in GetMatchLen() argument
|
| /third_party/lzma/Java/SevenZip/Compression/LZMA/ |
| H A D | Base.java | 15 public static final int StateUpdateChar(int index)
in StateUpdateChar() argument 24 public static final int StateUpdateMatch(int index)
in StateUpdateMatch() argument 29 public static final int StateUpdateRep(int index)
in StateUpdateRep() argument 34 public static final int StateUpdateShortRep(int index)
in StateUpdateShortRep() argument 39 StateIsCharState(int index) StateIsCharState() argument [all...] |
| /third_party/libdrm/amdgpu/ |
| H A D | amdgpu_gpu_info.c | 114 amdgpu_query_firmware_version(amdgpu_device_handle dev, unsigned fw_type, unsigned ip_instance, unsigned index, uint32_t *version, uint32_t *feature) amdgpu_query_firmware_version() argument
|
| /third_party/libdrm/nouveau/nvif/ |
| H A D | cl9097.h | 29 __u8 index; member 39 __u8 index; member
|
| /third_party/lzma/CPP/7zip/Compress/ |
| H A D | CodecExports.cpp | 54 static HRESULT FindCodecClassId(const GUID *clsid, bool isCoder2, bool isFilter, bool &encode, int &index) throw()
in FindCodecClassId() argument 95 static HRESULT CreateCoderMain(unsigned index, bool encode, void **coder)
in CreateCoderMain() argument 127 static HRESULT CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject)
in CreateCoder2() argument 154 STDAPI CreateDecoder(UInt32 index, cons argument 161 CreateEncoder(UInt32 index, const GUID *iid, void **outObject) CreateEncoder() argument 283 CreateHasher2(UInt32 index, IHasher **hasher) CreateHasher2() argument 298 const int index = FindHasherClassId(clsid); CreateHasher() local [all...] |
| /third_party/lzma/CPP/Windows/Control/ |
| H A D | ComboBox.h | 25 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, MY_int_TO_WPARAM(index), 0); }
in SetCurSel() argument 26 LRESULT SetCurSel(unsigned index) { return SendMsg(CB_SETCURSEL, index, 0); }
in SetCurSel() argument 34 LRESULT GetLBTextLen(int index) { return SendMsg(CB_GETLBTEXTLEN, MY_int_TO_WPARAM(index), 0); }
in GetLBTextLen() argument 35 LRESULT GetLBText(int index, LPTSTR s) { return SendMsg(CB_GETLBTEXT, MY_int_TO_WPARAM(index), (LPARAM)s); }
in GetLBText() argument 41 SetItemData(int index, LPARAM lParam) SetItemData() argument 42 GetItemData(int index) GetItemData() argument 43 GetItemData(unsigned index) GetItemData() argument 60 DeleteItem(int index) DeleteItem() argument [all...] |
| H A D | ImageList.h | 56 bool GetImageInfo(int index, IMAGEINFO* imageInfo) const
in GetImageInfo() argument 65 int Replace(int index, HICON icon)
in Replace() argument 69 bool Remove(int index)
in Remove() argument 74 HICON ExtractIcon(int index)
in ExtractIcon() argument 76 HICON GetIcon(int index, UIN in ExtractIcon() argument [all...] |
| H A D | ListView.cpp | 30 bool CListView::GetItemParam(unsigned index, LPARAM ¶m) const
in GetItemParam() argument 51 int CListView::InsertItem(unsigned index, LPCTSTR text)
in InsertItem() argument 62 int CListView::SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text)
in SetSubItem() argument 84 int CListView::InsertItem(unsigned index, LPCWSTR text)
in InsertItem() argument 95 SetSubItem(unsigned index, unsigned subIndex, LPCWSTR text) SetSubItem() argument [all...] |
| /third_party/lzma/Java/SevenZip/Compression/RangeCoder/ |
| H A D | Encoder.java | 102 public void Encode(short []probs, int index, int symbol) throws IOException
in Encode() argument
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-objects-arguments.c | 248 uint32_t index = ecma_string_get_array_index (property_name_p); in ecma_op_arguments_object_define_own_property() local 330 uint32_t index = ecma_string_get_array_index (property_name_p); ecma_op_arguments_object_delete() local [all...] |
| /third_party/json/tests/src/ |
| H A D | unit-alt-string.cpp | 104 char& operator[](std::size_t index) in operator []() argument
|
| /third_party/jerryscript/jerry-core/parser/js/ |
| H A D | common.h | 111 uint16_t index; /**< real index during post processing */ member
|
| /third_party/lzma/CPP/7zip/Archive/Common/ |
| H A D | HandlerOut.cpp | 211 const unsigned index = ParseStringToUInt32(name, number);
in SetProperty() local
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| H A D | SysIconUtils.cpp | 192 const int index = FindInSorted_Attrib(_attribMap, attrib, insertPos);
in GetIconIndex() local 222 const int index = FindInSorted_Ext(_extMap, ext, insertPos);
in GetIconIndex() local
|
| /third_party/lzma/CS/7zip/Compress/LZ/ |
| H A D | LzInWindow.cs | 105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; }
in GetIndexByte() argument 108 public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit)
in GetMatchLen() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_locals_to_regs.c | 169 nir_ssa_def *index = nir_i2i(b, nir_ssa_for_src(b, d->arr.index, 1), 32); in get_deref_reg_src() local
|
| H A D | nir_lower_memcpy.c | 48 memcpy_load_deref_elem(nir_builder *b, nir_deref_instr *parent, nir_ssa_def *index) memcpy_load_deref_elem() argument 61 memcpy_load_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, uint64_t index) memcpy_load_deref_elem_imm() argument 69 memcpy_store_deref_elem(nir_builder *b, nir_deref_instr *parent, nir_ssa_def *index, nir_ssa_def *value) memcpy_store_deref_elem() argument 81 memcpy_store_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, uint64_t index, nir_ssa_def *value) memcpy_store_deref_elem_imm() argument 132 uint64_t index = offset / copy_size; lower_memcpy_impl() local 158 nir_ssa_def *index = nir_load_var(&b, i); lower_memcpy_impl() local [all...] |
| H A D | nir_opt_constant_folding.c | 333 try_fold_tex_offset(nir_tex_instr *tex, unsigned *index, in try_fold_tex_offset() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_initializers.c | 74 const unsigned index = storage->opaque[sh].index + i; in set_opaque_binding() local 92 const unsigned index = storage->opaque[sh].index + i; in set_opaque_binding() local 248 unsigned index = storage->opaque[sh].index; set_uniform_initializer() local [all...] |